This commit is contained in:
mpavlov
2024-10-03 22:55:26 +03:00
parent d5eea97332
commit c9ed16169c

View File

@@ -7,10 +7,10 @@
- install
- add_config
- name: Get IP address
ansible.builtin.shell:
cmd: hostname -I | awk '{print $1}'
register: IP
- name: Get IP address
ansible.builtin.shell:
cmd: hostname -I | awk '{print $1}'
register: IP
- name: Install docker (Debian)
ansible.builtin.apt: