mirror of
https://github.com/status-im/infra-role-certbot.git
synced 2025-02-22 15:48:18 +00:00
Force update apt cache on Ubuntu.
This commit is contained in:
parent
7daaa25cf2
commit
ca23b73996
@ -1,6 +1,11 @@
|
||||
---
|
||||
- hosts: all
|
||||
|
||||
pre_tasks:
|
||||
- name: Update apt cache.
|
||||
apt: update_cache=yes
|
||||
when: ansible_distribution == 'Ubuntu'
|
||||
|
||||
roles:
|
||||
- geerlingguy.git
|
||||
- role_under_test
|
||||
|
Loading…
x
Reference in New Issue
Block a user