We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e9384b + dd50780 commit 584bf0eCopy full SHA for 584bf0e
tasks/main.yml
@@ -3,7 +3,7 @@
3
include_vars: "{{ ansible_os_family }}.yml"
4
tags: always
5
6
-- include: install.yml
+- include_tasks: install.yml
7
when: service_state != "absent"
8
-- include: uninstall.yml
+- include_tasks: uninstall.yml
9
when: service_state == "absent"
0 commit comments