From dc3b3b298bae63a5d28c6fe7511e804c8db17b1a Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 6 Apr 2026 05:20:39 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20playbook3=5Fhaproxy.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbook3_haproxy.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/playbook3_haproxy.yml b/playbook3_haproxy.yml index a6a0c22..a4c756d 100644 --- a/playbook3_haproxy.yml +++ b/playbook3_haproxy.yml @@ -16,16 +16,6 @@ ansible.builtin.package: name: nginx state: present - # update_cache: no # Не обновляем кэш автоматически - ignore_errors: true # Игнорируем ошибки если пакет не найден - tags: - - nginx - - - name: Install Nginx if package cache is outdated - ansible.builtin.command: - cmd: apt-get install -y nginx - when: nginx_install is failed - register: nginx_install_cmd tags: - nginx