Commit 1291735c authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: playbook

parent 192a41aa
Loading
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -4,9 +4,5 @@
- name: "install and configure the Zabbix Agent"
  hosts: "all"
  become: true
  tasks:

    # execute role
    - name: "install and configure the Zabbix Agent"
      ansible.builtin.include_role:
        name: "."
  roles:
    - role: "."