Merge "Remove anti-bind mount config"
This commit is contained in:
commit
b23eab6305
@ -50,15 +50,5 @@
|
|||||||
with_fileglob:
|
with_fileglob:
|
||||||
- "/etc/openstack_deploy/user_*.yml"
|
- "/etc/openstack_deploy/user_*.yml"
|
||||||
|
|
||||||
- name: Write vars required for upgrade from Mitaka
|
|
||||||
lineinfile:
|
|
||||||
dest: /etc/openstack_deploy/user_variables.yml
|
|
||||||
regexp: "^{{ item.key }}"
|
|
||||||
line: "{{ item.key }}: {{ item.value }}"
|
|
||||||
state: present
|
|
||||||
create: yes
|
|
||||||
with_items:
|
|
||||||
- key: "default_bind_mount_logs"
|
|
||||||
value: false
|
|
||||||
vars:
|
vars:
|
||||||
repo_root_dir: "{{ osa_playbook_dir }}/"
|
repo_root_dir: "{{ osa_playbook_dir }}/"
|
||||||
|
Loading…
Reference in New Issue
Block a user