Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
main.yml 202 B
Newer Older
Nicola LIMONGI's avatar
Nicola LIMONGI committed
---
- name: Update apt cache
  ansible.builtin.apt:
    update_cache: yes
- name: Clean yum metadata # noqa: no-changed-when
  ansible.builtin.command: yum clean metadata
  become: true