From ca73cb59d58cd51c2c0a5170e38d56f288aacd98 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Sun, 3 Mar 2024 19:56:51 -0500 Subject: [PATCH] BaseOS v1.0.30 --- requirements.yml | 2 +- vars/baseos_vars.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.yml b/requirements.yml index 93572cb..7fa7d7e 100644 --- a/requirements.yml +++ b/requirements.yml @@ -4,7 +4,7 @@ collections: - name: jchristianh.baseos source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-baseos.git type: git - version: 1.0.29 + version: 1.0.30 # Galaxy Collections - name: community.general diff --git a/vars/baseos_vars.yml b/vars/baseos_vars.yml index 56974d9..54a357f 100644 --- a/vars/baseos_vars.yml +++ b/vars/baseos_vars.yml @@ -2,6 +2,7 @@ baseos_include_roles: - jchristianh.baseos.resolv_conf - jchristianh.baseos.hostname + - jchristianh.baseos.dnf_conf - jchristianh.baseos.etc_hosts - jchristianh.baseos.bashrc - jchristianh.baseos.motd