Merge branch 'master' of /git/ansible
This commit is contained in:
commit
cb6e4f22f2
1 changed files with 4 additions and 2 deletions
|
@ -50,10 +50,12 @@
|
||||||
chdir: /root/openQA-python-client
|
chdir: /root/openQA-python-client
|
||||||
when: "gitclient|changed or instclient.rc > 0"
|
when: "gitclient|changed or instclient.rc > 0"
|
||||||
|
|
||||||
|
# We check this out to a different place from the 'server' task, because
|
||||||
|
# otherwise it's hard to make sure we install each time it changes.
|
||||||
- name: Check out openqa_fedora_tools
|
- name: Check out openqa_fedora_tools
|
||||||
git:
|
git:
|
||||||
repo: https://bitbucket.org/rajcze/openqa_fedora_tools
|
repo: https://bitbucket.org/rajcze/openqa_fedora_tools
|
||||||
dest: /root/openqa_fedora_tools
|
dest: /root/openqa_fedora_tools-dispatcher
|
||||||
register: gittools
|
register: gittools
|
||||||
|
|
||||||
- name: Check if openqa_fedora_tools has ever been installed
|
- name: Check if openqa_fedora_tools has ever been installed
|
||||||
|
@ -65,7 +67,7 @@
|
||||||
- name: Install openqa_fedora_tools
|
- name: Install openqa_fedora_tools
|
||||||
command: "python setup.py install"
|
command: "python setup.py install"
|
||||||
args:
|
args:
|
||||||
chdir: /root/openqa_fedora_tools
|
chdir: /root/openqa_fedora_tools-dispatcher
|
||||||
when: "gittools|changed or not insttools.stat.exists"
|
when: "gittools|changed or not insttools.stat.exists"
|
||||||
|
|
||||||
- name: Reload systemd config to pick up installed units
|
- name: Reload systemd config to pick up installed units
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue