user_guide/intro_adhoc.rst: fix typo (#67644)
This commit is contained in:
parent
907c98ebcd
commit
05a3192eb7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
Introduction to ad-hoc commands
|
||||
*******************************
|
||||
|
||||
An Ansible ad-hoc command uses the `/usr/bin/ansible` command-line tool to automate a single task on one or more managed nodes. Ad-hoc commands are quick and easy, but they are not re-usable. So why learn about ad-hoc commands first? Ad-hoc commands demonstrate the simplicity and power of Ansible. The concepts you learn here will port over directly to the playbook language. Before reading and executing these examples, please read :ref:`intro_inventory`.
|
||||
An Ansible ad-hoc command uses the `/usr/bin/ansible` command-line tool to automate a single task on one or more managed nodes. Ad-hoc commands are quick and easy, but they are not reusable. So why learn about ad-hoc commands first? Ad-hoc commands demonstrate the simplicity and power of Ansible. The concepts you learn here will port over directly to the playbook language. Before reading and executing these examples, please read :ref:`intro_inventory`.
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
|
Loading…
Reference in a new issue