mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-24 09:03:29 +07:00
Update APT cache should not "change"
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
apt: >
|
apt: >
|
||||||
update_cache=yes
|
update_cache=yes
|
||||||
cache_valid_time=3600
|
cache_valid_time=3600
|
||||||
|
changed_when: false
|
||||||
|
|
||||||
- name: APT | Force OpenSSL from backports (fix dependency break)
|
- name: APT | Force OpenSSL from backports (fix dependency break)
|
||||||
apt: >
|
apt: >
|
||||||
@@ -20,4 +21,3 @@
|
|||||||
|
|
||||||
- name: APT | Install python-passlib
|
- name: APT | Install python-passlib
|
||||||
apt: pkg=python-passlib state=present
|
apt: pkg=python-passlib state=present
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user