Browse Source

remove default commands for container

master
Edoardo Putti 8 years ago
parent
commit
4200e50947
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lilik_container.py

+ 3
- 3
lilik_container.py View File

@ -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,


Loading…
Cancel
Save