update playbook
This commit is contained in:
parent
3cc574a592
commit
b5ac0b38f3
@ -182,11 +182,7 @@
|
|||||||
ansible.builtin.command: docker build -t nexus-image .
|
ansible.builtin.command: docker build -t nexus-image .
|
||||||
args:
|
args:
|
||||||
chdir: "{{ ansible_env.HOME }}/node"
|
chdir: "{{ ansible_env.HOME }}/node"
|
||||||
environment:
|
|
||||||
COMPOSE_INTERACTIVE_NO_CLI: 'true'
|
|
||||||
changed_when: false
|
changed_when: false
|
||||||
async: "{{ 60 * 45 }}"
|
|
||||||
poll: "{{ 60 * 5 }}"
|
|
||||||
|
|
||||||
- name: Check external IP before
|
- name: Check external IP before
|
||||||
ansible.builtin.command: curl https://ifconfig.me
|
ansible.builtin.command: curl https://ifconfig.me
|
||||||
|
Loading…
Reference in New Issue
Block a user