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