base / linux-system-roles: Clean up conditional

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-01-25 15:02:04 -08:00
parent 6ebe03a470
commit ec42acdcab

View file

@ -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 }