diff --git a/.github/images/setup_domain_end_state.png b/.github/images/setup_domain_end_state.png deleted file mode 100644 index 5a67efbc..00000000 Binary files a/.github/images/setup_domain_end_state.png and /dev/null differ diff --git a/.github/images/setup_domain_final_state.png b/.github/images/setup_domain_final_state.png new file mode 100644 index 00000000..b2088510 Binary files /dev/null and b/.github/images/setup_domain_final_state.png differ diff --git a/windows/connect.yml b/windows/connect.yml index e9829b80..beff9326 100644 --- a/windows/connect.yml +++ b/windows/connect.yml @@ -12,4 +12,4 @@ timeout: "{{ wait_for_timeout_sec | default(300) }}" - name: Ping the windows host - ansible.builtin.win_ping: + ansible.windows.win_ping: diff --git a/windows/create_ad_domain.yml b/windows/create_ad_domain.yml index f396774d..9a23b0a0 100644 --- a/windows/create_ad_domain.yml +++ b/windows/create_ad_domain.yml @@ -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 diff --git a/windows/setup_domain_workflow.md b/windows/setup_domain_workflow.md index 11338924..89bf9edf 100644 --- a/windows/setup_domain_workflow.md +++ b/windows/setup_domain_workflow.md @@ -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) \ No newline at end of file +![Expected Output](../.github/images/setup_domain_final_state.png)