refactor: remove role import from yum_updates.yaml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user