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