Compare commits
2 commits
9e0e605ed4
...
2492e0ef5a
Author | SHA1 | Date | |
---|---|---|---|
2492e0ef5a | |||
66df6f0ed6 |
2 changed files with 4 additions and 3 deletions
|
@ -6,5 +6,5 @@
|
|||
|
||||
- name: host is rebooting in 15 sec!!
|
||||
ansible.windows.win_reboot:
|
||||
re_reboot_delay: 15
|
||||
pre_reboot_delay: 15
|
||||
when: res.reboot_required
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
# see https://docs.microsoft.com/de-DE/windows/security/identity-protection/access-control/security-identifiers
|
||||
win_base_init__os_groups:
|
||||
- 'S-1-5-32-545'
|
||||
- 'S-1-5-32-545' # Users
|
||||
- 'Ansibles'
|
||||
- 'S-1-5-32-544'
|
||||
- 'S-1-5-32-544' # Administrators
|
||||
|
|
Loading…
Reference in a new issue