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.
include
include_tasks
1 parent 46b2760 commit 74789a0Copy full SHA for 74789a0
tasks/main.yml
@@ -1,8 +1,8 @@
1
---
2
-- include: rhel.yml
+- include_tasks: rhel.yml
3
when: ansible_distribution == 'CentOS' or ansible_os_family == 'RedHat' or ansible_distribution == 'Amazon'
4
5
-- include: ubuntu.yml
+- include_tasks: ubuntu.yml
6
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
7
8
- name: Install YARN package manager
0 commit comments