[TIDY] Update to ansible 4 module names
This commit is contained in:
parent
a384c4385a
commit
9f7fa75980
32 changed files with 139 additions and 121 deletions
|
@ -3,7 +3,7 @@
|
|||
# Will run once per user, because of lockfile `~/.ansbl-common-usersetup`
|
||||
|
||||
- name: usersetup - Run setup tasks
|
||||
include_tasks: "{{ item }}"
|
||||
ansible.builtin.include_tasks: "{{ item }}"
|
||||
with_first_found:
|
||||
- "usersetup-{{ ansible_distribution }}.yml"
|
||||
- "usersetup-{{ (override_os_family is defined) | ternary(override_os_family,ansible_os_family) }}.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue