Skip to content

Commit

Permalink
do not set LXC default config
Browse files Browse the repository at this point in the history
this was accidentally re-introduced in 7120fb4

Signed-off-by: Evgeni Golov <[email protected]>
  • Loading branch information
evgeni authored and mattclay committed Dec 8, 2016
1 parent 079a7dc commit ab07c9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ansible/modules/extras/cloud/lxc/lxc_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,6 @@ def main():
),
config=dict(
type='path',
default='/etc/lxc/default.conf'
),
vg_name=dict(
type='str',
Expand Down

0 comments on commit ab07c9c

Please sign in to comment.