Change manual/update-aliases.yml playbook to use fasjson role, not fas_client
This commit is contained in:
parent
f7914405f6
commit
41d86dc308
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
- name: run fas_client playbook on bastion for alias changes
|
||||
- name: run fasjson playbook on bastion for alias changes
|
||||
hosts: bastion
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
@ -9,4 +9,4 @@
|
|||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
roles:
|
||||
- { role: fas_client, when: env != "staging" }
|
||||
- { role: fasjson, when: env != "staging" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue