base: linux-system-roles: cloud datacenter to be wider

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-01-25 14:52:13 -08:00
parent 28a2c74239
commit 6ebe03a470

View file

@ -1,6 +1,6 @@
---
dependencies:
- { role: linux-system-roles.network, when: network_connections is defined and datacenter != 'aws', tags: ['linux-system-roles.network'] }
- { role: linux-system-roles.network, when: network_connections is defined and datacenter != 'cloud', tags: ['linux-system-roles.network'] }
- { role: basessh }
- { role: chrony }
- { role: dnf-automatic }