added tag to get IP
This commit is contained in:
@@ -11,6 +11,8 @@
|
|||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: hostname -I | awk '{print $1}'
|
cmd: hostname -I | awk '{print $1}'
|
||||||
register: IP
|
register: IP
|
||||||
|
tags:
|
||||||
|
- install
|
||||||
|
|
||||||
- name: Install docker (Debian)
|
- name: Install docker (Debian)
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
|
|||||||
Reference in New Issue
Block a user