Make sure we execute local scripts

Otherwise, we won't find the proper path to our install scripts.

Change-Id: Ic830875b4fbf01751a28a5541d8f121051112f60
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-09-22 17:51:05 -04:00
parent 5972b2bc3d
commit cc35a28c7e
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
- name: Install puppet
command: install_puppet.sh
command: ./install_puppet.sh
args:
chdir: "{{ ansible_user_dir }}/src/git.openstack.org/openstack-infra/system-config"
become: yes
@ -10,7 +10,7 @@
dest: src/git.openstack.org/openstack-infra/system-config/modules.env
- name: Install modules
command: install_modules.sh
command: ./install_modules.sh
args:
chdir: "{{ ansible_user_dir }}/src/git.openstack.org/openstack-infra/system-config"
become: yes