update playbook

This commit is contained in:
vvzvlad 2024-12-12 02:58:07 +03:00
parent 3cc574a592
commit b5ac0b38f3

View File

@ -182,11 +182,7 @@
ansible.builtin.command: docker build -t nexus-image .
args:
chdir: "{{ ansible_env.HOME }}/node"
environment:
COMPOSE_INTERACTIVE_NO_CLI: 'true'
changed_when: false
async: "{{ 60 * 45 }}"
poll: "{{ 60 * 5 }}"
- name: Check external IP before
ansible.builtin.command: curl https://ifconfig.me