diff options
Diffstat (limited to 'roles/apt/tasks/main.yml')
-rw-r--r-- | roles/apt/tasks/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/apt/tasks/main.yml b/roles/apt/tasks/main.yml index 6fd9e3e..d956b68 100644 --- a/roles/apt/tasks/main.yml +++ b/roles/apt/tasks/main.yml @@ -3,7 +3,6 @@ register: apt_version changed_when: no failed_when: no - ignore_errors: yes - when: apt_version.rc == 0 become: yes |