base / linux-system-roles: Clean up conditional
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6ebe03a470
commit
ec42acdcab
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
dependencies:
|
||||
- { role: linux-system-roles.network, when: network_connections is defined and datacenter != 'cloud', tags: ['linux-system-roles.network'] }
|
||||
- { role: linux-system-roles.network, when: not 'aws' in group_names, tags: ['linux-system-roles.network'] }
|
||||
- { role: basessh }
|
||||
- { role: chrony }
|
||||
- { role: dnf-automatic }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue