diff options
author | 2018-01-27 02:59:48 +0000 | |
---|---|---|
committer | 2018-01-27 02:59:48 +0000 | |
commit | a3e5685e01696a85550c13ef7326b3103b8123ff (patch) | |
tree | 598b4d32ac5e5e0b4118aa41a822f88e130e12b8 /deploy/adapters/ansible/roles/setup-infrastructure | |
parent | 7ada56d26b881fc4f4adae82511ae94c315b0cc3 (diff) | |
parent | 280b401e7eb80b1ef47b0bfbc694e27930b096a2 (diff) |
Merge "Use run_dir instead of hard coding"
Diffstat (limited to 'deploy/adapters/ansible/roles/setup-infrastructure')
-rw-r--r-- | deploy/adapters/ansible/roles/setup-infrastructure/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/roles/setup-infrastructure/tasks/main.yml b/deploy/adapters/ansible/roles/setup-infrastructure/tasks/main.yml index 7cf5c86f..4e3a926f 100644 --- a/deploy/adapters/ansible/roles/setup-infrastructure/tasks/main.yml +++ b/deploy/adapters/ansible/roles/setup-infrastructure/tasks/main.yml @@ -8,7 +8,7 @@ ############################################################################## --- - name: setup infrastructure - shell: "export ANSIBLE_LOG_PATH=/var/ansible/run/openstack_pike-opnfv2/ansible.log; \ + shell: "export ANSIBLE_LOG_PATH={{ run_dir }}/ansible.log; \ export ANSIBLE_SCP_IF_SSH=y; \ cd /opt/openstack-ansible/playbooks; \ openstack-ansible setup-infrastructure.yml \ |