Skip to content

Commit 74789a0

Browse files
authored
Replace deprecated include module with include_tasks (#12)
1 parent 46b2760 commit 74789a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
- include: rhel.yml
2+
- include_tasks: rhel.yml
33
when: ansible_distribution == 'CentOS' or ansible_os_family == 'RedHat' or ansible_distribution == 'Amazon'
44

5-
- include: ubuntu.yml
5+
- include_tasks: ubuntu.yml
66
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
77

88
- name: Install YARN package manager

0 commit comments

Comments
 (0)