aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/pacman/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/pacman/tasks')
-rw-r--r--roles/pacman/tasks/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/pacman/tasks/main.yml b/roles/pacman/tasks/main.yml
index 37885f3..2d099d5 100644
--- a/roles/pacman/tasks/main.yml
+++ b/roles/pacman/tasks/main.yml
@@ -31,6 +31,7 @@
chdir: /etc
register: git_status
changed_when: no
+ failed_when: no
- fail:
msg: Upgrading packages failed for an unknown reason!
@@ -42,7 +43,7 @@
chdir: /etc
register: only_gnupg
changed_when: no
- ignore_errors: yes
+ failed_when: no
- name: Commit pacman.d/gnupg
command: |