Skip to content

Commit

Permalink
Fix undefined variables
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-indermuehle committed Mar 13, 2024
1 parent c5b9472 commit b861cf2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion group_vars/all/ah_ee_images.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Documentation:
# https://github.com/ansible/galaxy_collection/blob/devel/roles/ee_image/README.md
# ah_ee_images:
ah_ee_images: []
# - name:
# state: "{{ target_state }}"
# append: false
Expand Down
2 changes: 1 addition & 1 deletion group_vars/all/ah_ee_namespaces.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# ah_ee_namespaces:
ah_ee_namespaces: []
# - name:
# append:
# groups:
Expand Down
2 changes: 1 addition & 1 deletion group_vars/all/ah_ee_registries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# - https://github.com/ansible/galaxy_collection/blob/devel/roles/ee_registry/README.md
# - https://github.com/ansible/galaxy_collection/blob/devel/roles/ee_registry_index/README.md
# - https://github.com/ansible/galaxy_collection/blob/devel/roles/ee_registry_sync/README.md
# ah_ee_registries:
ah_ee_registries: []
# - name: registry_redhat_io
# url: https://registry.redhat.io
# username: "{{ rh_username }}"
Expand Down
2 changes: 1 addition & 1 deletion group_vars/all/ah_ee_repositories.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Documentation:
# https://github.com/ansible/galaxy_collection/tree/devel/roles/ee_repository
# ah_ee_repositories:
ah_ee_repositories: []
# - name: ansible-automation-platform/ee-minimal-rhel8
# readme: "" # mutex with readme_file
# readme_file: "" # mutex with readme
Expand Down

0 comments on commit b861cf2

Please sign in to comment.