8025-awxRefactor #26

Merged
juan merged 20 commits from 8025-awxRefactor into main 2024-09-24 13:51:24 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit f8a765e47c - Show all commits

View File

@ -14,8 +14,8 @@ apt install ansible
Before merging changes into protected branches, playbooks should be tested
locally to ensure they work properly.
To runan Ansible playbook locally on a temporary host without registering it in
the inventory (on the fly) run the following command.
To run an Ansible playbook locally on a temporary host without registering it
in the inventory (on the fly) run the following command.
```
ansible-playbook playbooks/test.yml -u root -i <ip_or_hostname>,
```