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