[GIT] refactor submodules: add all to own repo
This commit is contained in:
commit
6ce42341b2
19 changed files with 328 additions and 0 deletions
9
tasks/usersetup.yml
Normal file
9
tasks/usersetup.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
# 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
|
||||
include_tasks: "{{ item }}"
|
||||
with_first_found:
|
||||
- "usersetup-{{ ansible_distribution }}.yml"
|
||||
- "usersetup-{{ ansible_os_family }}.yml"
|
Loading…
Add table
Add a link
Reference in a new issue