apt update on installs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
6428a49659
commit
7b4f16d742
@ -1,6 +1,7 @@
|
||||
---
|
||||
- name: Ensure debian-specific packages are installed
|
||||
ansible.builtin.package:
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- vim
|
||||
state: present
|
||||
state: present
|
||||
update_cache: yes
|
||||
|
@ -27,3 +27,4 @@
|
||||
- docker-ce
|
||||
- docker-scan-plugin
|
||||
state: present
|
||||
update_cache: yes
|
||||
|
Loading…
Reference in New Issue
Block a user