add bundle:docker-ce

This commit is contained in:
Franzi 2022-12-24 17:40:13 +01:00
parent eee786fabf
commit 019cc69371
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 89 additions and 1 deletions

View file

@ -25,7 +25,7 @@ defaults = {
},
}
if not node.has_bundle('vmhost'):
if not node.has_bundle('vmhost') and not node.has_bundle('docker-ce'):
# see comment in bundles/vmhost/items.py
defaults['apt']['packages']['iptables'] = {
'installed': False,