Comment RedHat registration
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f6df20e4e1
commit
cdd21a87f3
1 changed files with 6 additions and 6 deletions
|
|
@ -13,12 +13,12 @@
|
|||
- ansible_distribution == 'CentOS'
|
||||
- ansible_distribution_major_version == '7'
|
||||
|
||||
- name: Enable a AppStream RHSM repository
|
||||
community.general.rhsm_repository:
|
||||
name: "rhel-8-for-{{ ansible_architecture }}-appstream-rpms"
|
||||
when:
|
||||
- ansible_distribution == "RedHat"
|
||||
- ansible_distribution_major_version == '8'
|
||||
#- name: Enable a AppStream RHSM repository
|
||||
# community.general.rhsm_repository:
|
||||
# name: "rhel-8-for-{{ ansible_architecture }}-appstream-rpms"
|
||||
# when:
|
||||
# - ansible_distribution == "RedHat"
|
||||
# - ansible_distribution_major_version == '8'
|
||||
|
||||
- name: install packages
|
||||
package:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue