This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new f9bb3a1  Ansible: add env_setup to zabbix.yml playbook
     new ba5a086  Merge branch 'yum-cron-security' into develop
f9bb3a1 is described below

commit f9bb3a193a85860ec66cf48a60797b630bd2abe8
Author: Marcus Christie <[email protected]>
AuthorDate: Fri May 28 15:54:31 2021 -0400

    Ansible: add env_setup to zabbix.yml playbook
---
 dev-tools/ansible/zabbix.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-tools/ansible/zabbix.yml b/dev-tools/ansible/zabbix.yml
index 08ebe17..c54b26a 100644
--- a/dev-tools/ansible/zabbix.yml
+++ b/dev-tools/ansible/zabbix.yml
@@ -22,6 +22,7 @@
 - hosts: all
   name: install/setup zabbix on all servers
   roles:
+    - role: env_setup
     - role: zabbix
 
 ...

Reply via email to