Fixed linting issues causing GitHub action failures (#180)

This commit is contained in:
Chris Edillon
2024-08-30 10:51:28 -04:00
committed by GitHub
parent 28eb5be812
commit c192aa2c55
5 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

View File

@@ -12,4 +12,4 @@
timeout: "{{ wait_for_timeout_sec | default(300) }}"
- name: Ping the windows host
ansible.builtin.win_ping:
ansible.windows.win_ping:

View File

@@ -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

View File

@@ -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:
![Expected Output](../.github/images/setup_domain_end_state.png)
![Expected Output](../.github/images/setup_domain_final_state.png)