feat: remove redundant services-repo task inclusion for mennos-cloud-server
Some checks failed
Nix Format Check / check-format (push) Failing after 38s

This commit is contained in:
Menno van Leeuwen 2025-03-11 18:34:06 +01:00
parent 4a318c22e7
commit f2f85e8ee2
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -9,10 +9,6 @@
ansible.builtin.include_tasks: cifs.yml
when: ansible_hostname == "mennos-cloud-server"
- name: Include services-repo tasks
ansible.builtin.include_tasks: services-repo.yml
when: ansible_hostname == "mennos-cloud-server"
- name: Include services tasks
ansible.builtin.include_tasks: services/services.yml
vars: