Move package install to bootstrap-os

This commit is contained in:
Max Gautier
2025-05-02 14:21:05 +02:00
parent 34d64d4d04
commit 1e79c7b3cb
10 changed files with 94 additions and 93 deletions

View File

@@ -9,6 +9,9 @@ rh_subscription_check_timeout: 180
# Disable locksmithd or leave it in its current state
coreos_locksmithd_disable: false
# Install epel repo on Centos/RHEL
epel_enabled: false
## Oracle Linux specific variables
# Install public repo on Oracle Linux
use_oracle_public_repo: true

View File

@@ -31,6 +31,11 @@
loop_control:
loop_var: included_tasks_file
- name: Install system packages
import_role:
name: system_packages
tags:
- system-packages
- name: Create remote_tmp for it is used by another module
file: