docs: fix incorrect file extension in execution_nodes.md

Signed-off-by: kurokobo <2920259+kurokobo@users.noreply.github.com>
This commit is contained in:
kurokobo 2022-10-04 09:13:49 +09:00
parent 534763727f
commit 174121cdbe

View File

@ -63,7 +63,7 @@ The playbook requires the Receptor collection which can be obtained via
Modify `inventory.yml`. Set the `ansible_user` and any other ansible variables that may be needed to run playbooks against the remote machine.
`ansible-playbook -i inventory.yml install_receptor.py` to start installing Receptor on the remote machine.
`ansible-playbook -i inventory.yml install_receptor.yml` to start installing Receptor on the remote machine.
Note, the playbook will enable the [Copr ansible-awx/receptor repository](https://copr.fedorainfracloud.org/coprs/ansible-awx/receptor/) so that Receptor can be installed.