main.yml 173 B

12345678
  1. - import_tasks: init.yml
  2. - import_tasks: laravel.yml
  3. - import_tasks: dashboard.yml
  4. - name: Force systemd to reread configs
  5. become: true
  6. systemd:
  7. daemon_reload: yes