refs #8025 README fix

This commit is contained in:
Juan Ferrer 2024-09-24 12:28:10 +02:00
parent c8b0d9fb1c
commit f8a765e47c
1 changed files with 2 additions and 2 deletions

View File

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