Replace 'include:' with 'include_tasks:'.

'include:' is removed for ansible-core 2.16.
This commit is contained in:
Felix Fontein
2023-05-21 13:17:13 +02:00
parent f48515aad3
commit 4106ec65f9
4 changed files with 6 additions and 4 deletions

View File

@@ -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: