try || instead of or?
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
5bc20b38fb
commit
d6e8c6233e
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
|
||||
- name: install python2 and dnf stuff
|
||||
raw: dnf -y install python-dnf libselinux-python
|
||||
when: facts|failed or ansible_distribution_major_version|int >= 23
|
||||
when: facts|failed || ansible_distribution_major_version|int >= 23
|
||||
|
||||
- name: provision instance
|
||||
hosts: tmp_just_created
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue