Fixed command-instead-of-shell lint item

This commit is contained in:
Corbin Bartsch 2022-04-10 17:14:42 -04:00
parent 661abbdece
commit 72947578c8
Signed by: coredotbin
GPG Key ID: 32D3B80A08D93212

View File

@ -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: