Commit 1d5c5952 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: include handlers

parent 61e48d8c
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -5,6 +5,12 @@
  hosts: "all"
  serial: 2
  become: true

  # import handlers
  handlers:
    - import_tasks: "handlers/main.yaml"

  # include tasks
  tasks:

    # load default variables