base / linux-system-roles: double quote the when line
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
796f59fa1b
commit
f6a8b121f7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
dependencies:
|
dependencies:
|
||||||
- { role: linux-system-roles.network, when: 'aws' not in group_names, tags: ['linux-system-roles.network'] }
|
- { role: linux-system-roles.network, when: "'aws' not in group_names", tags: ['linux-system-roles.network'] }
|
||||||
- { role: basessh }
|
- { role: basessh }
|
||||||
- { role: chrony }
|
- { role: chrony }
|
||||||
- { role: dnf-automatic }
|
- { role: dnf-automatic }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue