apt update on installs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Torjus Håkestad 2022-01-13 21:58:22 +01:00
parent 6428a49659
commit 7b4f16d742
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -27,3 +27,4 @@
- docker-ce
- docker-scan-plugin
state: present
update_cache: yes