Improve inclusivity of "Christmas vacation" (#3521) (#3551)

* Improve inclusivity of "Christmas vacation"

This PR updates wording in the "Why use ad hoc commands?" section.
The phrase "Christmas vacation" was replaced with "holiday vacation" to make the example more globally inclusive, since Ansible is used by people from many cultures.
No functional changes.
Documentation only.

* Apply suggestion from @oraNod

---------


(cherry picked from commit 9ba07abe00)

Co-authored-by: ashokraoc <ashokchelikani@gmail.com>
Co-authored-by: Don Naro <dnaro@redhat.com>
This commit is contained in:
patchback[bot]
2026-03-25 08:17:28 +00:00
committed by GitHub
parent a5dc13d284
commit 41a10ff784

View File

@@ -17,7 +17,7 @@ Before reading and executing these examples, please read :ref:`intro_inventory`.
Why use ad hoc commands?
========================
ad hoc commands are great for tasks you repeat rarely. For example, if you want to power off all the machines in your lab for Christmas vacation, you could execute a quick one-liner in Ansible without writing a playbook. An ad hoc command looks like this:
ad hoc commands are great for tasks you repeat rarely. For example, if you want to power off all the machines in your lab when you go on vacation, you could execute a quick one-liner in Ansible without writing a playbook. An ad hoc command looks like this:
.. code-block:: bash