Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Workaround for subscription-manager"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jun 13, 2022
2 parents f846f13 + 215d918 commit 4cb5386
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deployment/podman/podman-baremetal-ansible.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@ outputs:
host_prep_tasks:
- name: Install and configure Podman
block: &install_and_configure_podman
- name: Ensure subscription-manager is not detecting container
when:
- ansible_facts['distribution'] == 'RedHat'
# Needed in order to solve rhbz#2075080.
# Please refer to rhbz#2095316 for more internal details.
file:
dest: /etc/rhsm-host
src: /etc/rhsm
state: link
- name: Set login facts
no_log: true
set_fact:
Expand Down

0 comments on commit 4cb5386

Please sign in to comment.