This commit is contained in:
2020-05-26 11:33:42 -06:00
parent 6bb3e3f34f
commit ae73cc55d6
4 changed files with 40 additions and 1 deletions

View File

@@ -34,6 +34,10 @@
- include_tasks: authorize.yml
when: ssh_into is defined and ssh_info != ""
# Debian modifications per user
- include_tasks: debian.yml
when: ansible_os_family == "Debian"
# Manjaro modifications per user
- include_tasks: manjaro.yml
when: ansible_os_family == "Archlinux" and ansible_lsb.id == "ManjaroLinux"