From f8d0c1cdde8e35c0dced8aa2168ea9e159930dfe Mon Sep 17 00:00:00 2001 From: djpbessems Date: Tue, 8 Jun 2021 21:57:07 +0200 Subject: [PATCH] Fix yamllint error --- ansible/roles/firstboot/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/firstboot/tasks/main.yml b/ansible/roles/firstboot/tasks/main.yml index 7573161..46ba7d9 100644 --- a/ansible/roles/firstboot/tasks/main.yml +++ b/ansible/roles/firstboot/tasks/main.yml @@ -9,4 +9,4 @@ ansible.builtin.cron: name: "firstboot" special_time: reboot - job: "/opt/firstboot.sh" \ No newline at end of file + job: "/opt/firstboot.sh"