From 4200e50947fd3cfe6bb176563e154f76bcd090f7 Mon Sep 17 00:00:00 2001 From: Edoardo Putti Date: Fri, 3 Jun 2016 11:06:03 +0200 Subject: [PATCH] remove default commands for container --- lilik_container.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lilik_container.py b/lilik_container.py index 16f4a47..9d0c030 100644 --- a/lilik_container.py +++ b/lilik_container.py @@ -64,7 +64,6 @@ options: description: - Run a command within a container. required: false - default: apt-get update; apt-get install python state: choices: - started @@ -145,8 +144,9 @@ def main(): default='/etc/lxc/default.conf', ), container_command = dict( - type='str', - default='apt-get update; apt-get install python', + required=False, + type='str', + default='', ), fs_size = dict( required=False,