Skip to content

Commit

Permalink
repositories: fix example var names (#582)
Browse files Browse the repository at this point in the history
* repositories: fix example var names

* Add changelog
  • Loading branch information
mnecas authored Aug 11, 2022
1 parent 9890ad9 commit 12ea8e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- repositories - Fix example variable names (https://github.com/oVirt/ovirt-ansible-collection/pull/582).
4 changes: 2 additions & 2 deletions roles/repositories/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ Example Playbook
ovirt_repositories_ca_rpm_disable_gpg_check: true
ovirt_repositories_target_host: engine
ovirt_repositories_rhsm_environment: Library
ovirt_repositories_rh_password: "{{ ovirt_repositories_rh_username }}"
ovirt_repositories_rh_username: "{{ ovirt_repositories_rh_password }}"
ovirt_repositories_rh_password: "{{ ovirt_repositories_rh_password }}"
ovirt_repositories_rh_username: "{{ ovirt_repositories_rh_username }}"
ovirt_repositories_pool_ids:
- 8aa508b87f922c3b017f97a785a40068

Expand Down

0 comments on commit 12ea8e2

Please sign in to comment.