Change manual/update-aliases.yml playbook to use fasjson role, not fas_client

This commit is contained in:
Nick Bebout 2021-04-06 10:02:03 -05:00
parent f7914405f6
commit 41d86dc308

View file

@ -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" }