diff --git a/tasks/main.yml b/tasks/main.yml index 799542e..d0c5b0a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -77,9 +77,9 @@ group: cat - name: Ensure cat service dir exists - file: - path: /home/{{ cat_user }}/.config/systemd/user/cat.service - state: directory + file: + path: /home/{{ cat_user }}/.config/systemd/user/cat.service + state: directory - name: Install service file template: