From a2254e038ca915dadea2a1c73a9131d5a88b761e Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Mon, 31 Oct 2022 13:15:29 +0000 Subject: [PATCH] test relative symlink --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index 0d891fb..03cabc0 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -54,7 +54,7 @@ - name: Symlink check_systemd.py to check_systemd ansible.builtin.file: state: link - src: /usr/lib/nagios/plugins/check_systemd + src: check_systemd dest: /usr/lib/nagios/plugins/check_systemd.py follow: false mode: 0777 -- GitLab