first cut at changing all the old |changed to is changed per ansible deprecations
This commit is contained in:
parent
56123c0d24
commit
a8714caab3
28 changed files with 42 additions and 42 deletions
|
@ -91,7 +91,7 @@
|
|||
|
||||
- name: install python2 and dnf stuff
|
||||
raw: dnf -y install python-dnf libselinux-python
|
||||
when: facts|failed
|
||||
when: facts is failed
|
||||
|
||||
# TODO - somehow guess when keypair is finally deployed and return little bit earlier
|
||||
## We need to specify user, here we trying with fedora or root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue