From b5ac0b38f354644b77430c6535bc4c80bf522876 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Thu, 12 Dec 2024 02:58:07 +0300 Subject: [PATCH] update playbook --- playbook.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/playbook.yml b/playbook.yml index 7b3cbbd..5b0f125 100644 --- a/playbook.yml +++ b/playbook.yml @@ -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