enable core-infra

This commit is contained in:
Louis Abel 2024-01-08 11:01:30 -07:00
parent 1030cb454c
commit a2fe01cb03
Signed by: label
GPG Key ID: 3331F061D1D9990E
2 changed files with 6 additions and 0 deletions

View File

@ -19,4 +19,8 @@
- name: enable_crb
ansible.builtin.shell: "set -o pipefail && /usr/bin/crb enable"
changed_when: "1 != 1"
- name: enable_core_infra
ansible.builtin.shell: "set -o pipefail && /usr/bin/dnf config-manager --enable core-infra"
changed_when: "1 != 1"
...

View File

@ -4,10 +4,12 @@
name:
- epel-release
- firewalld
- rocky-release-core
state: present
notify:
- enable_firewalld
- enable_crb
- enable_core_infra
# We need this immediately.
- name: Flush handlers