quick fixes
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
- { name: "GroupA" }
|
||||
- { name: "GroupB" }
|
||||
- { name: "GroupC" }
|
||||
retries: 5
|
||||
delay: 10
|
||||
|
||||
- name: Create some users
|
||||
community.windows.win_domain_user:
|
||||
@@ -48,3 +50,5 @@
|
||||
- { name: "UserA", groups: "GroupA" }
|
||||
- { name: "UserB", groups: "GroupB" }
|
||||
- { name: "UserC", groups: "GroupC" }
|
||||
retries: 5
|
||||
delay: 10
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Run PowerShell
|
||||
hosts: "{{ HOSTS | default('windows') }}"
|
||||
hosts: "{{ _hosts | default('os_windows') }}"
|
||||
gather_facts: false
|
||||
vars:
|
||||
ps_script: undef
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
- name: Install specific versions of packages sequentially
|
||||
chocolatey.chocolatey.win_chocolatey:
|
||||
name: "{{ item.name }}"
|
||||
state: installed
|
||||
state: present
|
||||
loop: "{{ choco_packages }}"
|
||||
|
||||
- name: Check python version
|
||||
|
||||
Reference in New Issue
Block a user