From 82e6047e867d868101f26f9d35949156bab76957 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Mon, 20 Jan 2025 10:25:43 +0300 Subject: [PATCH] Comment out the apt update and upgrade steps in playbook.yml to prevent unnecessary package updates during execution, streamlining the playbook's operation. --- playbook.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/playbook.yml b/playbook.yml index ea08718..b211378 100644 --- a/playbook.yml +++ b/playbook.yml @@ -94,13 +94,13 @@ line: "127.0.1.1 {{ serverid }}" state: present - - name: Update and upgrade apt - ansible.builtin.apt: - update_cache: true - upgrade: dist - force_apt_get: true - register: apt_update_result - until: apt_update_result is success + #- name: Update and upgrade apt + # ansible.builtin.apt: + # update_cache: true + # upgrade: dist + # force_apt_get: true + # register: apt_update_result + # until: apt_update_result is success - name: Install necessary packages ansible.builtin.apt: