Update tasks/main.yml

This commit is contained in:
Jeff Geerling 2022-08-19 14:09:04 -05:00 committed by GitHub
parent f78eb9d639
commit 93eef333bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@
- default.yml - default.yml
paths: paths:
- 'vars' - 'vars'
- include_tasks: setup-RedHat.yml - include_tasks: setup-RedHat.yml
when: ansible_os_family == 'RedHat' when: ansible_os_family == 'RedHat'