Skip to content

Commit

Permalink
roles: hosted_engine_setup: Add missing $ in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Asaf Rachmani <arachman@redhat.com>
  • Loading branch information
arachmani committed Apr 20, 2023
1 parent a0f0fd8 commit 38ef318
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelogs/fragments/706-he-update-README.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- hosted_engine_setup - Update README (https://github.com/oVirt/ovirt-ansible-collection/pull/706)
2 changes: 1 addition & 1 deletion roles/hosted_engine_setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ $ ansible-playbook hosted_engine_deploy.yml --extra-vars='@he_deployment.json' -

Deployment over a remote host:
```sh
ansible-playbook -i host123.localdomain, hosted_engine_deploy.yml --extra-vars='@he_deployment.json' --extra-vars='@passwords.yml' --ask-vault-pass
$ ansible-playbook -i host123.localdomain, hosted_engine_deploy.yml --extra-vars='@he_deployment.json' --extra-vars='@passwords.yml' --ask-vault-pass
```

Deploy over a remote host from Ansible AWX/Tower
Expand Down

0 comments on commit 38ef318

Please sign in to comment.