reference global vars_file for osbs plays that need {{ files }} path
This commit is contained in:
parent
351053f730
commit
f60b5525dc
1 changed files with 6 additions and 0 deletions
|
@ -103,6 +103,9 @@
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
vars_files:
|
||||||
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Configure the atomic-reactor COPR
|
- name: Configure the atomic-reactor COPR
|
||||||
copy:
|
copy:
|
||||||
|
@ -152,6 +155,9 @@
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
vars_files:
|
||||||
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- copy:
|
- copy:
|
||||||
src: "{{ files }}/osbs/osbs.conf"
|
src: "{{ files }}/osbs/osbs.conf"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue