[TIDY] Set some "diff: false", fix linter warnings
This commit is contained in:
parent
47dd9508a6
commit
f380e0ba29
34 changed files with 236 additions and 195 deletions
|
@ -2,8 +2,8 @@
|
|||
# Common/Usersetup: Auto-setup a user shell and prepare dotfiles.
|
||||
# Will run once per user, because of lockfile `~/.ansbl-common-usersetup`
|
||||
|
||||
- name: usersetup - Run setup tasks
|
||||
- name: Usersetup - Run setup tasks
|
||||
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"
|
||||
- "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