mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-10-27 16:53:04 +00:00
12 lines
178 B
YAML
12 lines
178 B
YAML
- name: Update apt cache
|
|
apt:
|
|
update_cache: yes
|
|
|
|
- name: Install basic packages
|
|
apt:
|
|
name:
|
|
- curl
|
|
- vim
|
|
- net-tools
|
|
- gnupg
|
|
state: present |