This commit is contained in:
nora 2024-07-01 20:24:00 +02:00
parent 009f85acc2
commit de02947066
6 changed files with 32 additions and 5 deletions

View file

@ -3,6 +3,10 @@
hosts: all
gather_facts: false
tasks:
- name: apt update
ansible.builtin.apt:
update_cache: true
upgrade: yes
- name: Install docker
ansible.builtin.apt:
name: "{{ item }}"