fix EOF
This commit is contained in:
@@ -7,10 +7,10 @@
|
|||||||
- install
|
- install
|
||||||
- add_config
|
- add_config
|
||||||
|
|
||||||
- name: Get IP address
|
- name: Get IP address
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: hostname -I | awk '{print $1}'
|
cmd: hostname -I | awk '{print $1}'
|
||||||
register: IP
|
register: IP
|
||||||
|
|
||||||
- name: Install docker (Debian)
|
- name: Install docker (Debian)
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
|
|||||||
Reference in New Issue
Block a user