This commit is contained in:
parent
5bb1c8c569
commit
ac800c0c00
1 changed files with 6 additions and 0 deletions
|
|
@ -17,6 +17,12 @@
|
|||
state: present
|
||||
when:
|
||||
- ansible_distribution == "CentOS"
|
||||
- name: Enable a Fast Datapath RHSM repository
|
||||
community.general.rhsm_repository:
|
||||
name: "fast-datapath-for-rhel-8-{{ ansible_architecture }}-rpms"
|
||||
when:
|
||||
- ansible_distribution == "RedHat"
|
||||
- ansible_distribution_major_version == '8'
|
||||
- name: Install OpenvSwitch
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue