From f5bef64364718ad9f056855eba39856203f724a1 Mon Sep 17 00:00:00 2001 From: naisanzaa Date: Tue, 19 Nov 2024 05:16:15 +0800 Subject: [PATCH] [gcc] update --- playbooks/roles/gcc/tasks/Debian.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/roles/gcc/tasks/Debian.yml b/playbooks/roles/gcc/tasks/Debian.yml index 070258df..cf198cc8 100644 --- a/playbooks/roles/gcc/tasks/Debian.yml +++ b/playbooks/roles/gcc/tasks/Debian.yml @@ -1,3 +1,4 @@ --- - apt: update_cache=yes name=build-essential state=latest - become: yes \ No newline at end of file + become: yes + changed_when: false \ No newline at end of file