try this
This commit is contained in:
parent
14c3a5dc14
commit
d1f0769ffb
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
|
||||
|
||||
- name: check to see if a mash is going on before we do anything...
|
||||
hosts: bodhi-backend:bodhi-backend-stg
|
||||
user: root
|
||||
|
@ -6,8 +8,6 @@
|
|||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
|
||||
|
||||
tasks:
|
||||
- name: Check for the existance of a mashing lock.
|
||||
shell: "curl https://bodhi{{env_suffix}}.fedoraproject.org/composes/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue