mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-10-27 08:43:05 +00:00
v0
This commit is contained in:
12
roles/common/tasks/main.yml
Normal file
12
roles/common/tasks/main.yml
Normal file
@ -0,0 +1,12 @@
|
||||
- name: Update apt cache
|
||||
apt:
|
||||
update_cache: yes
|
||||
|
||||
- name: Install basic packages
|
||||
apt:
|
||||
name:
|
||||
- curl
|
||||
- vim
|
||||
- net-tools
|
||||
- gnupg
|
||||
state: present
|
||||
Reference in New Issue
Block a user