refactor: remove role import from yum_updates.yaml
This commit is contained in:
@@ -2,9 +2,6 @@
|
|||||||
- hosts: yumhosts
|
- hosts: yumhosts
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
tasks:
|
tasks:
|
||||||
- name: Import a role
|
|
||||||
ansible.builtin.import_role:
|
|
||||||
name: LucasJanin.ssh_config
|
|
||||||
|
|
||||||
- name: Update all installed packages using YUM module
|
- name: Update all installed packages using YUM module
|
||||||
ansible.builtin.yum:
|
ansible.builtin.yum:
|
||||||
|
|||||||
Reference in New Issue
Block a user