zabbix: update playbook to call sync users from fas

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2023-10-05 12:06:05 +01:00
parent 1b25b222cc
commit f7432e9b0e
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D

View file

@ -28,12 +28,12 @@
- import_tasks: "{{ tasks_path }}/motd.yml"
- name: Sync sysadmin-noc membership to the zabbix server
include_role:
name: zabbix_server
tasks_from: sync_sysadmin_noc
apply:
tags:
- sync_users
include_role:
name: zabbix_server
tasks_from: sync_sysadmin_noc
apply:
tags:
- sync_users
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"