added tag to get IP

This commit is contained in:
mpavlov
2024-10-03 22:57:05 +03:00
parent c9ed16169c
commit 702e07ee41

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: