From e9f32bbc88fcd8adde050fd027cacba9c188dee6 Mon Sep 17 00:00:00 2001 From: OldTyT Date: Sun, 19 Nov 2023 14:09:27 +0000 Subject: [PATCH] chore: testing --- tasks/install_nyancat.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tasks/install_nyancat.yml b/tasks/install_nyancat.yml index ef804de..6d18d05 100644 --- a/tasks/install_nyancat.yml +++ b/tasks/install_nyancat.yml @@ -11,11 +11,9 @@ src: nyancat-tty.service.j2 dest: /etc/systemd/system/nyancat-tty.service -- name: systemd reload - systemd: - daemon_reload: yes - - name: systemd service enable systemd: name: nyancat-tty.service enabled: yes + daemon_reload: yes + state: started