Merge "Move bootstrap-ansible and passwords to run_osa tag"

This commit is contained in:
Zuul 2018-09-10 17:35:06 +00:00 committed by Gerrit Code Review
commit 58a7e461ac

View File

@ -113,14 +113,14 @@
args:
chdir: /opt/openstack-ansible
when:
- pre_config_osa | default(true) | bool
- run_osa | default(true) | bool
- name: Create passwords
command: ./scripts/pw-token-gen.py --file /etc/openstack_deploy/user_secrets.yml
args:
chdir: /opt/openstack-ansible
when:
- pre_config_osa | default(true) | bool
- run_osa | default(true) | bool
- name: Config Tmux
lineinfile: