We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1297e commit a3b7303Copy full SHA for a3b7303
ansible/roles/basic_users/tasks/main.yml
@@ -32,7 +32,7 @@
32
systemd:
33
name: sssd
34
state: started
35
- when: _stop_sssd.changed | default(false)
+ when: _stop_sssd is changed
36
37
- name: Write supplied public key as authorized for SSH access
38
authorized_key:
0 commit comments