++
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
hogweed1
2025-04-14 01:46:47 +10:00
parent 9e30d63e6a
commit d027e4674f
7 changed files with 158 additions and 108 deletions

View File

@@ -1,9 +1,13 @@
---
- name: packages
hosts: all
become: true
become_method: sudo
tasks:
- name: Update apt-get repo and cache
ansible.builtin.apt: update_cache=yes force_apt_get=yes cache_valid_time=3600
- name: Install the packages versions
ansible.builtin.package:
name:
@@ -17,6 +21,7 @@
- tree
- jq
- rsync
- unzip
#state: latest
state: present