From 023227fff7ccdaff022c99b5a783c0a6f8ab8170 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Wed, 4 Jun 2025 01:28:12 +0200 Subject: [PATCH] refactor(role): No systemctl daemon-reload on Git pull Since unit files are now copied to '/etc/systemd/system' merely cloning or pulling a Git repo no longer warrants a systemctl daemon-reload. --- tasks/archlinux-auto-updates.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/archlinux-auto-updates.yml b/tasks/archlinux-auto-updates.yml index 014adb2..3b9c816 100644 --- a/tasks/archlinux-auto-updates.yml +++ b/tasks/archlinux-auto-updates.yml @@ -38,8 +38,6 @@ repo: '{{ genvm_os_auto_upgrades_git_repo }}' dest: '{{ genvm_os_auto_upgrades_git_clone_dir }}' version: '{{ genvm_os_auto_upgrades_git_branch }}' - notify: - - 'Reload systemd unit configs' - name: 'If Arch Linux copy systemd unit files for OS auto-upgrades to ''/etc/systemd/system''' when: 'ansible_facts[''os_family''] | lower == ''archlinux'''