Compare commits
No commits in common. "2492e0ef5a88869c89f3d82b6bebcc53619648f6" and "9e0e605ed4e4568cb2bdaefcb1adbb3c1e582da0" have entirely different histories.
2492e0ef5a
...
9e0e605ed4
2 changed files with 3 additions and 4 deletions
|
@ -6,5 +6,5 @@
|
|||
|
||||
- name: host is rebooting in 15 sec!!
|
||||
ansible.windows.win_reboot:
|
||||
pre_reboot_delay: 15
|
||||
re_reboot_delay: 15
|
||||
when: res.reboot_required
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
# 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' # Users
|
||||
- 'S-1-5-32-545'
|
||||
- 'Ansibles'
|
||||
- 'S-1-5-32-544' # Administrators
|
||||
- 'S-1-5-32-544'
|
||||
|
|
Loading…
Reference in a new issue