removed unneeded directory

This commit is contained in:
2025-10-01 14:31:14 +02:00
parent 519c7be93d
commit 43e3bd62fe
2 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
- include_tasks: users/common/create_user.yml - include_tasks: users/create_user.yml
- name: users | {{ user }} | getent user home directory - name: users | {{ user }} | getent user home directory
getent: getent:
@@ -11,9 +11,9 @@
- set_fact: - set_fact:
user_home: "{{ getent_passwd_user.ansible_facts.getent_passwd[user][4] }}" user_home: "{{ getent_passwd_user.ansible_facts.getent_passwd[user][4] }}"
- include_tasks: users/common/setup_ssh.yml - include_tasks: users/setup_ssh.yml
- include_tasks: users/common/setup_dotfiles.yml - include_tasks: users/setup_dotfiles.yml
- name: users | wheel | add sudoers file - name: users | wheel | add sudoers file
copy: copy:

View File

@@ -1,5 +1,5 @@
--- ---
- include_tasks: users/common/setup_ssh/install_public_keys.yml - include_tasks: users/setup_ssh/install_public_keys.yml
- include_tasks: users/common/setup_ssh/install_private_keys.yml - include_tasks: users/setup_ssh/install_private_keys.yml
- include_tasks: users/common/setup_ssh/install_known_hosts.yml - include_tasks: users/setup_ssh/install_known_hosts.yml
- include_tasks: users/common/setup_ssh/configure_ssh_client.yml - include_tasks: users/setup_ssh/configure_ssh_client.yml