aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/pacman/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/pacman/tasks/main.yml')
-rw-r--r--roles/pacman/tasks/main.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/roles/pacman/tasks/main.yml b/roles/pacman/tasks/main.yml
index 1669920..e628873 100644
--- a/roles/pacman/tasks/main.yml
+++ b/roles/pacman/tasks/main.yml
@@ -31,7 +31,10 @@
when: not git_status.stdout
- name: All changes in /etc are in pacman.d/gnupg?
- shell: git status --porcelain=v1 | cut -c 4- | grep -G -v '^pacman.d/gnupg/'
+ shell: |
+ git status --porcelain=v1 \
+ | cut -c 4- \
+ | grep -G -v '^pacman.d/gnupg/'
args:
chdir: /etc
register: only_gnupg