diff options
Diffstat (limited to 'roles/ands_idm/handlers/main.yml')
-rw-r--r-- | roles/ands_idm/handlers/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/ands_idm/handlers/main.yml b/roles/ands_idm/handlers/main.yml new file mode 100644 index 0000000..a83718c --- /dev/null +++ b/roles/ands_idm/handlers/main.yml @@ -0,0 +1,2 @@ +- name: restart sssd + shell: systemctl restart sssd |