Fixed linting issues causing GitHub action failures (#180)
This commit is contained in:
BIN
.github/images/setup_domain_end_state.png
vendored
BIN
.github/images/setup_domain_end_state.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 65 KiB |
BIN
.github/images/setup_domain_final_state.png
vendored
Normal file
BIN
.github/images/setup_domain_final_state.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 157 KiB |
@@ -12,4 +12,4 @@
|
||||
timeout: "{{ wait_for_timeout_sec | default(300) }}"
|
||||
|
||||
- name: Ping the windows host
|
||||
ansible.builtin.win_ping:
|
||||
ansible.windows.win_ping:
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
safe_mode_password: "{{ lookup('community.general.random_string', min_lower=1, min_upper=1, min_special=1, min_numeric=1) }}"
|
||||
|
||||
- name: Verify domain services running
|
||||
# noqa no-handler
|
||||
when: r_create_domain is changed
|
||||
ansible.builtin.include_tasks:
|
||||
file: tasks/domain_services_check.yml
|
||||
|
||||
@@ -24,4 +24,4 @@ There are additional groups created in the **Demo Inventory** for interacting wi
|
||||
|
||||
In the validation step, you can expect to see the following output based on querying AD computers:
|
||||
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user