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

fix: make repo update idempotent

parent 730b6014
No related branches found
No related tags found
No related merge requests found
---
# Äquivalent von apt-get update
# Equivalent of apt-get update
# Out of sheer dumb luck, this might not be idempotent if the distro repo info
# is updated even between two CI runs. We'll skip the check.
- name: apt-get update
ansible.builtin.apt:
update_cache: true
when: ansible_os_family == "Debian"
changed_when: false
# Äquivalent von dnf update
- name: update packages (RedHat)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment