bundles/c3voc-addons: some assertions to make sure we don't conflict with ansible
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-01-17 10:15:49 +01:00
parent 47012f9bff
commit 0f0ee046b1
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -1,3 +1,7 @@
assert not node.has_bundle('apt'), f'{node.name} - bundle:apt is incompatible with ansible managed c3voc hosts'
assert not node.has_bundle('nginx'), f'{node.name} - bundle:nginx is incompatible with ansible managed c3voc hosts'
assert not node.has_bundle('users'), f'{node.name} - bundle:users is incompatible with ansible managed c3voc hosts'
pkg_apt = {
'apt-transport-https': {},