Merging CI integration into Main branch #2

Merged
chris merged 7 commits from development into main 2023-11-26 19:25:10 -05:00
Showing only changes of commit b0e3fd8d44 - Show all commits

View File

@ -79,7 +79,7 @@
- name: Manage Gitea service
when: ansible_virtualization_type != "container"
when: ansible_virtualization_type != "docker"
block:
- name: Deploy unit file for Gitea
ansible.builtin.template:
@ -105,7 +105,7 @@
ansible.builtin.service:
name : gitea
state : restarted
when: ansible_virtualization_type != "container"
when: ansible_virtualization_type != "docker"
...