From 72947578c8a44c05ddb614b82159fd5728b43176 Mon Sep 17 00:00:00 2001 From: Corbin Bartsch Date: Sun, 10 Apr 2022 17:14:42 -0400 Subject: [PATCH] Fixed command-instead-of-shell lint item --- handlers/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/main.yaml b/handlers/main.yaml index f8e608e..0a28323 100644 --- a/handlers/main.yaml +++ b/handlers/main.yaml @@ -1,6 +1,6 @@ --- - name: Enable Nextcloud site - ansible.builtin.shell: a2ensite nextcloud.conf + ansible.builtin.command: a2ensite nextcloud.conf - name: Restart Apache ansible.builtin.systemd: