aboutsummaryrefslogtreecommitdiffstats
path: root/roles/sshd
diff options
context:
space:
mode:
Diffstat (limited to 'roles/sshd')
-rw-r--r--roles/sshd/tasks/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/sshd/tasks/main.yml b/roles/sshd/tasks/main.yml
index da5100e..4321270 100644
--- a/roles/sshd/tasks/main.yml
+++ b/roles/sshd/tasks/main.yml
@@ -15,6 +15,7 @@
- name: retrieve all existing users
shell: cut -d ":" -f 1 /etc/passwd
register: sshd_users
+ change_when: false
- name: bind retrieved users output lines to list
set_fact:
@@ -53,6 +54,7 @@
register: sshd_homedirs
when: item.path | dirname | basename in sshd_users
loop: "{{ keys.files }}"
+ change_when: false
loop_control:
label: "{{ item.path | dirname | basename }}"
remember that computers suck.