Fixed linting issues causing GitHub action failures (#180)
This commit is contained in:
@@ -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