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

Skip to content
Snippets Groups Projects
Commit f6442d87 authored by Jean-François HOVINNE's avatar Jean-François HOVINNE
Browse files

fix: Missing privilege (fixes #22)

parent f2196cb3
No related branches found
No related tags found
1 merge request!22fix: Missing privilege (fixes #22)
......@@ -2,6 +2,7 @@
- name: Update apt cache
ansible.builtin.apt:
update_cache: yes
become: true
- name: Clean yum metadata # noqa: no-changed-when
ansible.builtin.command: yum clean metadata
......
......@@ -4,6 +4,7 @@
name:
- apt-transport-https
state: present
become: true
- name: Disable previous NodeSource repository
ansible.builtin.apt_repository:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment