Skip to content
Snippets Groups Projects
Commit be5808de authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: update package manager cache in RedHat during Molecule converge stage

parent d4aa54c6
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,11 @@
update_cache: true
upgrade: dist
become: true
when: ansible_of_family == "Debian"
- name: update yum cache
ansible.builtin.yum:
update_cache: true
become: true
when: ansible_of_family == "RedHat"
roles:
- {role: "ansible_lza_install_common", become: true}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment