Skip to content

Commit 4f60117

Browse files
committed
Support latest Ansible. Update contributors.
1 parent b6e9104 commit 4f60117

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CONTRIBUTORS

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Contributors:
33
* Kirill Klenov (http://klen.github.io/)
44

55
* Alex Kopchikov (https://github.com/flyondrag)
6+
* Liut (https://github.com/liut)

tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22

3-
- include: apt.yml
3+
- import_tasks: apt.yml
44
when: apt_enabled and ansible_os_family is defined and ansible_os_family == 'Debian'
55
tags: [apt]

test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- hosts: all
22
tasks:
3-
- include: tasks/main.yml
3+
- import_tasks: tasks/main.yml
44
vars_files:
5-
- defaults/main.yml
5+
- defaults/main.yml

0 commit comments

Comments
 (0)