mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 13:59:46 +08:00
include vars on the play level
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
- 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
|
||||
include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
|
||||
Reference in New Issue
Block a user