Add missing static argument value
The rabbitmq playbook is missing the argument value for the static parameter. This patch fixes it. Change-Id: Ic83bc10b385bb2a69e8cfd881bb6795ebf07cbd5
This commit is contained in:
parent
87ddedc694
commit
58f00173c6
@ -20,7 +20,7 @@
|
||||
user: root
|
||||
pre_tasks:
|
||||
- include: "common-tasks/os-{{ container_tech | default('lxc') }}-container-setup.yml"
|
||||
static:
|
||||
static: no
|
||||
vars:
|
||||
extra_container_config_no_restart:
|
||||
- "lxc.start.order=19"
|
||||
|
Loading…
x
Reference in New Issue
Block a user