Merge pull request #12997 from kurokobo/docs-execution-node

docs: fix incorrect file extension in execution_nodes.md
This commit is contained in:
Seth Foster 2022-10-11 00:59:41 -04:00 committed by GitHub
commit e6497be200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.