Commit c0082d4b authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: move stuff around part 3

parent e4b10b37
Loading
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -4,12 +4,6 @@
- name: "install and configure the Zabbix Agent"
  hosts: "all"
  become: true

  # execute dependancy playbook
  roles:
    - role: "zabbix_prereq"

  # execute this playbook
  tasks:
    - include_role:
        name: "."
    - role: "zabbix_agent"
+0 −0

File moved.

Loading