refs #8025 README fix
This commit is contained in:
parent
c8b0d9fb1c
commit
f8a765e47c
|
@ -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>,
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue