ansible-collections / ansible.windows

Windows core collection for Ansible
https://galaxy.ansible.com/ansible/windows
GNU General Public License v3.0
254 stars 171 forks source link

Promote the win_hotfix Module from community #701

Open Yaish25491 opened 2 days ago

Yaish25491 commented 2 days ago
SUMMARY

Promote the win_hotfix Module from community Updating documentation examples.

ISSUE TYPE
COMPONENT NAME

plugins/modules/win_hotfix.ps1 plugins/modules/win_hotfix.py tests/integration/targets/win_hotfix/aliases tests/integration/targets/win_hotfix/defaults/main.yml tests/integration/targets/win_hotfix/tasks/main.yml tests/integration/targets/win_hotfix/tasks/tests.yml tests/integration/targets/win_hotfix/tasks/tests_2012R2.yml

github-actions[bot] commented 2 days ago

Docs Build 📝

Thank you for contribution!✨

The docsite for this PR is available for download as an artifact from this run: https://github.com/ansible-collections/ansible.windows/actions/runs/11996405932

You can compare to the docs for the main branch here: https://ansible-collections.github.io/ansible.windows/branch/main

File changes:

  • A collections/ansible/windows/win_hotfix_module.html
  • M collections/ansible/windows/index.html
  • M collections/ansible/windows/win_hosts_module.html
  • M collections/ansible/windows/win_optional_feature_module.html
  • M collections/index_module.html
Click to see the diff comparison. **NOTE:** only file modifications are shown here. New and deleted files are excluded. See the file list and check the published docs to see those files. ```diff diff --git a/home/runner/work/ansible.windows/ansible.windows/docsbuild/base/collections/ansible/windows/index.html b/home/runner/work/ansible.windows/ansible.windows/docsbuild/head/collections/ansible/windows/index.html index a9992a0..527cd65 100644 --- a/home/runner/work/ansible.windows/ansible.windows/docsbuild/base/collections/ansible/windows/index.html +++ b/home/runner/work/ansible.windows/ansible.windows/docsbuild/head/collections/ansible/windows/index.html @@ -185,6 +185,7 @@
  • win_group_membership module – Manage Windows local group membership

  • win_hostname module – Manages local Windows computer name

  • win_hosts module – Manages hosts file entries on Windows.

  • +
  • win_hotfix module – Install and uninstalls Windows hotfixes

  • win_optional_feature module – Manage optional Windows features

  • win_owner module – Set owner

  • win_package module – Installs/uninstalls an installable package

  • diff --git a/home/runner/work/ansible.windows/ansible.windows/docsbuild/base/collections/ansible/windows/win_hosts_module.html b/home/runner/work/ansible.windows/ansible.windows/docsbuild/head/collections/ansible/windows/win_hosts_module.html index ae33bc4..af07d29 100644 --- a/home/runner/work/ansible.windows/ansible.windows/docsbuild/base/collections/ansible/windows/win_hosts_module.html +++ b/home/runner/work/ansible.windows/ansible.windows/docsbuild/head/collections/ansible/windows/win_hosts_module.html @@ -22,7 +22,7 @@ - + @@ -311,7 +311,7 @@ To check whether it is installed, run - +

    diff --git a/home/runner/work/ansible.windows/ansible.windows/docsbuild/base/collections/ansible/windows/win_optional_feature_module.html b/home/runner/work/ansible.windows/ansible.windows/docsbuild/head/collections/ansible/windows/win_optional_feature_module.html index 8369257..3694b69 100644 --- a/home/runner/work/ansible.windows/ansible.windows/docsbuild/base/collections/ansible/windows/win_optional_feature_module.html +++ b/home/runner/work/ansible.windows/ansible.windows/docsbuild/head/collections/ansible/windows/win_optional_feature_module.html @@ -23,7 +23,7 @@ - + @@ -296,7 +296,7 @@ To check whether it is installed, run - +
    diff --git a/home/runner/work/ansible.windows/ansible.windows/docsbuild/base/collections/index_module.html b/home/runner/work/ansible.windows/ansible.windows/docsbuild/head/collections/index_module.html index 1b3ab68..09c9ea1 100644 --- a/home/runner/work/ansible.windows/ansible.windows/docsbuild/base/collections/index_module.html +++ b/home/runner/work/ansible.windows/ansible.windows/docsbuild/head/collections/index_module.html @@ -147,6 +147,7 @@
  • ansible.windows.win_group_membership – Manage Windows local group membership

  • ansible.windows.win_hostname – Manages local Windows computer name

  • ansible.windows.win_hosts – Manages hosts file entries on Windows.

  • +
  • ansible.windows.win_hotfix – Install and uninstalls Windows hotfixes

  • ansible.windows.win_optional_feature – Manage optional Windows features

  • ansible.windows.win_owner – Set owner

  • ansible.windows.win_package – Installs/uninstalls an installable package

  • ```