From 174121cdbe98ed06e0f41cabf0b260067917a212 Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Tue, 4 Oct 2022 09:13:49 +0900 Subject: [PATCH] docs: fix incorrect file extension in execution_nodes.md Signed-off-by: kurokobo <2920259+kurokobo@users.noreply.github.com> --- docs/execution_nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/execution_nodes.md b/docs/execution_nodes.md index 6c5504725e..fae93d4127 100644 --- a/docs/execution_nodes.md +++ b/docs/execution_nodes.md @@ -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.