refactor: remove role import from yum_updates.yaml

This commit is contained in:
2025-09-10 09:35:57 -04:00
parent 528ab2e828
commit bfdcdab95b
-3
View File
@@ -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: