Double 'and' does not work
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
d016b0e2de
commit
979c8cb327
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
- fedora.repo
|
||||
- fedora-updates.repo-28
|
||||
- fedora-updates-testing.repo-28
|
||||
when: ansible_distribution == 'Fedora' and (ansible_architecture == 'aarch64' or ansible_architecture == 'x86_64' or ansible_architecture == 'i386' or ansible_architecture == 'armv7l') and not inventory_hostname.startswith('arm03') and and ansible_distribution_major_version > 27
|
||||
when: ansible_distribution == 'Fedora' and (ansible_architecture == 'aarch64' or ansible_architecture == 'x86_64' or ansible_architecture == 'i386' or ansible_architecture == 'armv7l') and not inventory_hostname.startswith('arm03') and ansible_distribution_major_version > 27
|
||||
tags:
|
||||
- config
|
||||
- packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue