forgejo
This commit is contained in:
commit
51f2c91f2b
4 changed files with 78 additions and 0 deletions
8
playbooks/update_cache.yml
Normal file
8
playbooks/update_cache.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
- name: update apt cache
|
||||
hosts: main
|
||||
become: yes
|
||||
|
||||
tasks:
|
||||
- name: run apt update
|
||||
apt:
|
||||
update_cache: yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue