Merge "populate the default user variables file"

This commit is contained in:
Jenkins 2017-09-27 18:47:28 +00:00 committed by Gerrit Code Review
commit 89e45170fe

View File

@ -86,6 +86,16 @@
when:
- pre_config_osa | default(true) | bool
- name: Ensure the user_variables file is populated
lineinfile:
path: /etc/openstack_deploy/user_variables.yml
regexp: '^{{ item }}'
line: '{{ item }}'
create: yes
with_items:
- '---'
- 'osa_ops_mnaio: true'
- name: Bootstrap ansible
command: bash ./scripts/bootstrap-ansible.sh
args: