Restart sssd after changes.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -111,3 +111,4 @@ venv.bak/
|
|||||||
roles/toallab.infrastructure/backup/
|
roles/toallab.infrastructure/backup/
|
||||||
roles/lightbulb-ansiblered-deck/
|
roles/lightbulb-ansiblered-deck/
|
||||||
|
|
||||||
|
.vscode/
|
||||||
|
|||||||
@@ -6,4 +6,12 @@
|
|||||||
|
|
||||||
- name: Restart mineos
|
- name: Restart mineos
|
||||||
become: true
|
become: true
|
||||||
service: name=mineos state=restarted
|
service:
|
||||||
|
name: mineos
|
||||||
|
state: restarted
|
||||||
|
|
||||||
|
- name: restart_sssd
|
||||||
|
become: true
|
||||||
|
service:
|
||||||
|
name: sssd
|
||||||
|
state: restarted
|
||||||
@@ -24,7 +24,8 @@
|
|||||||
state: present
|
state: present
|
||||||
backup: yes # not required. Create a backup file including the timestamp information so you can get the original file back if you somehow clobbered it incorrectly.
|
backup: yes # not required. Create a backup file including the timestamp information so you can get the original file back if you somehow clobbered it incorrectly.
|
||||||
create: no
|
create: no
|
||||||
|
notify: restart_sssd
|
||||||
|
|
||||||
# - name: Create minecraft group
|
# - name: Create minecraft group
|
||||||
# become: true
|
# become: true
|
||||||
# group: name=minecraft state=present system=yes
|
# group: name=minecraft state=present system=yes
|
||||||
|
|||||||
Reference in New Issue
Block a user