Skip to content
Snippets Groups Projects
Commit 60b6e89e authored by Baptiste DE RENZO's avatar Baptiste DE RENZO
Browse files

Remove duplicate code

parent 6b715eaa
No related branches found
Tags mediaserver-9.7.1
No related merge requests found
...@@ -35,13 +35,4 @@ ...@@ -35,13 +35,4 @@
name: ntp name: ntp
state: restarted state: restarted
- name: update cache
apt:
force_apt_get: true
install_recommends: false
update_cache: true
register: apt_status
retries: 60
until: apt_status is success or ('Failed to lock apt for exclusive operation' not in apt_status.msg and '/var/lib/dpkg/lock' not in apt_status.msg)
... ...
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