Fixed command-instead-of-shell lint item
This commit is contained in:
parent
661abbdece
commit
72947578c8
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Enable Nextcloud site
|
- name: Enable Nextcloud site
|
||||||
ansible.builtin.shell: a2ensite nextcloud.conf
|
ansible.builtin.command: a2ensite nextcloud.conf
|
||||||
|
|
||||||
- name: Restart Apache
|
- name: Restart Apache
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user