Commit 390c995f authored by Julien Muchembled's avatar Julien Muchembled

playbook: rina: keep gpg key when running other playbooks

parent c2509473
Pipeline #2684 skipped
---
- name: Remove legacy repositories from git.erp5.org
apt_key: id=1A716324 state=absent
when: ansible_distribution == "Debian" and not rina
when: ansible_distribution == "Debian" and not (rina or "/usr/bin/ipcm"|is_file)
- name: Remove {{ base_open_build_url }} key (and add later) on every upgrade, as expiration date is quite short (2 months).
apt_key: id=94A63987 state=absent
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment