Ondřej Ezr
2020-03-17 3e4c25af29d64f3095717f6e8b293a556e9a0143
Fix typo in set-repositories/satellite-repos.yml (#1353)

1 files modified
8 ■■■■ changed files
ansible/roles/set-repositories/tasks/satellite-repos.yml 8 ●●●● patch | view | raw | blame | history
ansible/roles/set-repositories/tasks/satellite-repos.yml
@@ -69,7 +69,7 @@
  rhsm_repository:
    name: "*"
    state: enabled
  when:
  when:
  - use_content_view
  - satellite_activationkey is defined
@@ -79,9 +79,9 @@
    state: enabled
  with_items:
    - '{{ rhel_repos }}'
  when:
  when:
  - not use_content_view
  - rhel_repos is define
  - rhel_repos is defined
# This would be used to skip registering with Satellite,
# but still be able to access the repos via certificate auth.
@@ -121,4 +121,4 @@
    warn: false
  tags:
    - configure_repos
    - run_yum_repolist
    - run_yum_repolist