dev #22

Merged
mpavlov merged 28 commits from dev into master 2024-10-04 00:59:30 +03:00
8 changed files with 205 additions and 16 deletions
Showing only changes of commit 702e07ee41 - Show all commits

View File

@@ -11,6 +11,8 @@
ansible.builtin.shell:
cmd: hostname -I | awk '{print $1}'
register: IP
tags:
- install
- name: Install docker (Debian)
ansible.builtin.apt: