We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e9104 commit 4f60117Copy full SHA for 4f60117
CONTRIBUTORS
@@ -3,3 +3,4 @@ Contributors:
3
* Kirill Klenov (http://klen.github.io/)
4
5
* Alex Kopchikov (https://github.com/flyondrag)
6
+* Liut (https://github.com/liut)
tasks/main.yml
@@ -1,5 +1,5 @@
1
---
2
-- include: apt.yml
+- import_tasks: apt.yml
when: apt_enabled and ansible_os_family is defined and ansible_os_family == 'Debian'
tags: [apt]
test.yml
- hosts: all
tasks:
- - include: tasks/main.yml
+ - import_tasks: tasks/main.yml
vars_files:
- - defaults/main.yml
+ - defaults/main.yml
0 commit comments