try this
This commit is contained in:
parent
840ef62366
commit
db50f89f1c
1 changed files with 3 additions and 3 deletions
|
@ -5,14 +5,14 @@
|
||||||
sudo: yes
|
sudo: yes
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
vars:
|
|
||||||
- root_auth_users: msuchy
|
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
- /srv/web/infra/ansible/vars/fedora-cloud.yml
|
- /srv/web/infra/ansible/vars/fedora-cloud.yml
|
||||||
- "{{ private }}/files/openstack/passwords.yml"
|
- "{{ private }}/files/openstack/passwords.yml"
|
||||||
|
|
||||||
|
vars:
|
||||||
|
- root_auth_users: msuchy
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- debug: msg="{{ root_auth_users }}"
|
- debug: msg="{{ root_auth_users }}"
|
||||||
- command: /usr/bin/false
|
- command: /usr/bin/false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue