summaryrefslogtreecommitdiff
path: root/roles/apt-repo/riot/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/apt-repo/riot/tasks/main.yml')
-rw-r--r--roles/apt-repo/riot/tasks/main.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/roles/apt-repo/riot/tasks/main.yml b/roles/apt-repo/riot/tasks/main.yml
index 8bc075dd..ea2c93f9 100644
--- a/roles/apt-repo/riot/tasks/main.yml
+++ b/roles/apt-repo/riot/tasks/main.yml
@@ -15,5 +15,6 @@
- name: update apt cache
when: apt_repo_riot_key is changed or
apt_repo_riot_sources is changed
- apt:
- update_cache: yes
+ command: apt-get update
+ args:
+ warn: false