diff options
Diffstat (limited to 'roles/pacman/tasks')
-rw-r--r-- | roles/pacman/tasks/main.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/roles/pacman/tasks/main.yml b/roles/pacman/tasks/main.yml index fe56fea..31b4352 100644 --- a/roles/pacman/tasks/main.yml +++ b/roles/pacman/tasks/main.yml @@ -12,9 +12,7 @@ community.general.pacman: update_cache: yes upgrade: yes - notify: - - Reboot - - Wait for connectivity + notify: reboot - name: Flush handlers meta: flush_handlers @@ -47,9 +45,7 @@ community.general.pacman: update_cache: yes upgrade: yes - notify: - - Reboot - - Wait for connectivity + notify: reboot - name: Flush handlers meta: flush_handlers |