diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-08-04 23:25:57 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-08-04 23:25:57 +0200 |
commit | a3391cf0eab97e969a57aa53c0d100d2ef979900 (patch) | |
tree | e9cef07d9206a743b0dd9c5d33bac1897079f408 /roles/pacman | |
parent | inventory: rename a group (diff) | |
download | maintenance-a3391cf0eab97e969a57aa53c0d100d2ef979900.tar.gz maintenance-a3391cf0eab97e969a57aa53c0d100d2ef979900.zip |
remove trailing whitespace
Diffstat (limited to 'roles/pacman')
-rw-r--r-- | roles/pacman/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/pacman/tasks/main.yml b/roles/pacman/tasks/main.yml index 2d099d5..969f621 100644 --- a/roles/pacman/tasks/main.yml +++ b/roles/pacman/tasks/main.yml @@ -49,7 +49,7 @@ command: | etckeeper commit 'pacman: GPG keys' when: git_status.stdout and only_gnupg.rc != 0 - + - name: Upgrade packages after GPG keys community.general.pacman: update_cache: yes |