diff options
author | clarkzjw <[email protected]> | 2023-01-13 16:21:36 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-01-13 16:21:36 -0800 |
commit | 18f16d87fe6989b6f8684fe6fcb277e906e29a8e (patch) | |
tree | 0f236ba94febfe6d0f027ca84b9ea85548219d6e /clarkzjw.ca/config/atlas/roles/samba | |
parent | af2cda33cf39262a3dc8bc7260168684d4ce4c06 (diff) | |
download | homelab-18f16d87fe6989b6f8684fe6fcb277e906e29a8e.tar.gz |
set no_log: true
Diffstat (limited to 'clarkzjw.ca/config/atlas/roles/samba')
-rw-r--r-- | clarkzjw.ca/config/atlas/roles/samba/tasks/main.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clarkzjw.ca/config/atlas/roles/samba/tasks/main.yaml b/clarkzjw.ca/config/atlas/roles/samba/tasks/main.yaml index 0ada38a..80950dc 100644 --- a/clarkzjw.ca/config/atlas/roles/samba/tasks/main.yaml +++ b/clarkzjw.ca/config/atlas/roles/samba/tasks/main.yaml | |||
@@ -30,7 +30,7 @@ | |||
30 | register: samba_create_users | 30 | register: samba_create_users |
31 | changed_when: "'Added user' in samba_create_users.stdout" | 31 | changed_when: "'Added user' in samba_create_users.stdout" |
32 | loop: "{{ samba_users }}" | 32 | loop: "{{ samba_users }}" |
33 | # no_log: true | 33 | no_log: true |
34 | 34 | ||
35 | - name: shell - set samba passwords correctly | 35 | - name: shell - set samba passwords correctly |
36 | shell: > | 36 | shell: > |
@@ -43,7 +43,7 @@ | |||
43 | register: samba_verify_users | 43 | register: samba_verify_users |
44 | changed_when: "'New SMB password' in samba_verify_users.stdout" | 44 | changed_when: "'New SMB password' in samba_verify_users.stdout" |
45 | loop: "{{ samba_users }}" | 45 | loop: "{{ samba_users }}" |
46 | # no_log: true | 46 | no_log: true |
47 | 47 | ||
48 | - name: Restart SMB service | 48 | - name: Restart SMB service |
49 | systemd: | 49 | systemd: |