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
|
||||
gather_facts: False
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
||||
tasks:
|
||||
- name: Configure the atomic-reactor COPR
|
||||
copy:
|
||||
|
@ -152,6 +155,9 @@
|
|||
user: root
|
||||
gather_facts: False
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
||||
tasks:
|
||||
- copy:
|
||||
src: "{{ files }}/osbs/osbs.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue