Fix up syntax, if you have conditionals ansible wants you to prefix with role:
This commit is contained in:
parent
5196e52aae
commit
2a0af223ee
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
- role: fedora_owner_change
|
- role: fedora_owner_change
|
||||||
when: master_sundries_node and env != "staging"
|
when: master_sundries_node and env != "staging"
|
||||||
- rsyncd
|
- rsyncd
|
||||||
- mirrormanager/frontend
|
- role: mirrormanager/frontend
|
||||||
when: env != "staging"
|
when: env != "staging"
|
||||||
- freemedia
|
- freemedia
|
||||||
- sudo
|
- sudo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue