mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-14 05:21:59 +00:00
Replace 'include:' with 'include_tasks:'.
'include:' is removed for ansible-core 2.16.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
- block:
|
||||
|
||||
- include: acl.yml
|
||||
- include_tasks: acl.yml
|
||||
when: ansible_system == 'Linux' # TODO enable acls mount option on FreeBSD to test it there too
|
||||
|
||||
always:
|
||||
|
||||
Reference in New Issue
Block a user