Skip to content

Commit

Permalink
added new handlers as dummy for test
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Feb 1, 2024
1 parent 5f42f45 commit f69d64f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
- name: reconfigure aliases
debug:
msg: fake handler - reconfigure aliases
- name: restart dhcpd
debug:
msg: fake handler - restart dhcpd
- name: restart wireguard
debug:
msg: fake handler - restart wireguard
tasks:
- name: "simple task test {{ _testtask }} ..."
ansible.builtin.include_tasks: testsimpletask.yml
Expand Down

0 comments on commit f69d64f

Please sign in to comment.