Skip to content
Snippets Groups Projects
Commit e4681e50 authored by Daleth Darko's avatar Daleth Darko
Browse files

Add apt update command to deploy task

parent 0e4a4903
No related branches found
No related tags found
No related merge requests found
Pipeline #
---
- name: APT Update
apt:
update_cache: yes
cache_valid_time: 86400 # Optional: cache valid for 1 day, avoids re-updating if run multiple times.
- name: Install necessities and nice-to-haves
apt:
name:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment