diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-05-15 15:15:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-15 15:15:56 +0000 |
commit | 284cc6fe24375ad6d32cc567d0c64eedc1a4f4b7 (patch) | |
tree | b6f102b0562531537803372f6bb9ce7647f23217 /resources | |
parent | 4f9a0d9f7c60a9e69864469e1254af6269ef3d9a (diff) | |
parent | 29608d3e5a01a0454b8a230b5549f60c9c701a0e (diff) |
Merge "Update readme of running with native `ansible-playbook` command"
Diffstat (limited to 'resources')
-rw-r--r-- | resources/ansible_roles/qtip-workspace/ansible.cfg | 2 | ||||
-rw-r--r-- | resources/ansible_roles/qtip-workspace/defaults/main.yml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/resources/ansible_roles/qtip-workspace/ansible.cfg b/resources/ansible_roles/qtip-workspace/ansible.cfg index 74075909..872941bd 100644 --- a/resources/ansible_roles/qtip-workspace/ansible.cfg +++ b/resources/ansible_roles/qtip-workspace/ansible.cfg @@ -12,4 +12,4 @@ # some basic default values... inventory = hosts -roles_path = ../../resources/ansible_roles +roles_path = ../../ansible_roles diff --git a/resources/ansible_roles/qtip-workspace/defaults/main.yml b/resources/ansible_roles/qtip-workspace/defaults/main.yml index 102a706e..68dafbc2 100644 --- a/resources/ansible_roles/qtip-workspace/defaults/main.yml +++ b/resources/ansible_roles/qtip-workspace/defaults/main.yml @@ -17,4 +17,5 @@ installer_master_group: workspace: "workspace" qtip_package: ../../.. -qtip_cache: .qtip-cache
\ No newline at end of file +qtip_cache: .qtip-cache +cwd: . |