invoiceninja/tasks/check.yml
2024-08-22 15:04:11 +02:00

6 lines
189 B
YAML

---
- name: '[CHECK] - Check if invoice ninja is installed'
shell: 'sudo -u {{ ninja_app_username }} php {{ ninja_app_dir }}/artisan'
ignore_errors: 'true'
register: ninja_installed