Commit e7d98ea2 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

playbook: no need to remove legacy repositories anymore as it has been a very...

playbook: no need to remove legacy repositories anymore as it has been a very long time since any machine installed them
parent d94f8070
- name: Check if RINA is already installed
stat: path=/usr/bin/ipcm
register: ipcm
- name: Remove legacy repositories from git.erp5.org
apt_key: id=1A716324 state=absent
when: ansible_distribution == "Debian" and not (rina or ipcm.stat.exists)
- 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
when: ansible_distribution == "Debian"
......
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