From bfdcdab95b3e2ae7acce37503f9de3e32f0e3462 Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Wed, 10 Sep 2025 09:35:57 -0400 Subject: [PATCH] refactor: remove role import from yum_updates.yaml --- yum_updates.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/yum_updates.yaml b/yum_updates.yaml index d14d4aa..5458896 100644 --- a/yum_updates.yaml +++ b/yum_updates.yaml @@ -2,9 +2,6 @@ - hosts: yumhosts gather_facts: no tasks: - - name: Import a role - ansible.builtin.import_role: - name: LucasJanin.ssh_config - name: Update all installed packages using YUM module ansible.builtin.yum: