aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/pacman/tasks
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-08-10 20:53:59 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-08-10 20:53:59 +0300
commitd019f5b071deccd45a2d5ba2364a4d8f55b93df9 (patch)
tree79af17e965ceb43e2ed0d4d9bfab20ac460598ed /roles/pacman/tasks
parentpacman: output changed packages (diff)
downloadmaintenance-d019f5b071deccd45a2d5ba2364a4d8f55b93df9.tar.gz
maintenance-d019f5b071deccd45a2d5ba2364a4d8f55b93df9.zip
roles: add "failed_when: no" where needs be
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: |