mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Change manual/update-aliases.yml playbook to use fasjson role, not fas_client
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user