revert parts of "506fa8da8d" (explanation inline) #217

Merged
mg merged 33 commits from dbg into master 2024-10-23 22:55:42 +02:00
Showing only changes of commit 700d7f6492 - Show all commits

View file

@ -26,7 +26,7 @@
createhome: "{{ item.createhome | default('yes') }}"
state: "{{ item.state | default('present') }}"
loop: '{{ users }}'
no_log: true
#no_log: true
- name: Ensure user ssh-keys exist
ansible.posix.authorized_key:
@ -35,7 +35,7 @@
state: "{{ item.state | default('present') }}"
when: item.public_ssh_key is defined
loop: '{{ users }}'
no_log: true
#no_log: true
- name: Ensure users are added to sudoers
community.general.sudoers:
@ -46,4 +46,4 @@
nopassword: "{{ item.allow_passwordless_sudo }}"
loop: '{{ users }}'
when: item.allow_sudo|default(false) and item.allow_sudo is defined
no_log: true
#no_log: true