add bundle:docker-ce
This commit is contained in:
parent
eee786fabf
commit
019cc69371
4 changed files with 89 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue