Skip to content

Commit a3b7303

Browse files
sjpbjovial
andauthored
sssd review comments
Co-authored-by: Will Szumski <[email protected]>
1 parent fa1297e commit a3b7303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/basic_users/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
systemd:
3333
name: sssd
3434
state: started
35-
when: _stop_sssd.changed | default(false)
35+
when: _stop_sssd is changed
3636

3737
- name: Write supplied public key as authorized for SSH access
3838
authorized_key:

0 commit comments

Comments
 (0)