Merging CI integration into Main branch #2

Merged
chris merged 7 commits from development into main 2023-11-26 19:25:10 -05:00
3 changed files with 117 additions and 24 deletions
Showing only changes of commit b22026b7f7 - Show all commits

View File

@ -73,6 +73,11 @@
- /etc/gitea
- name: Debug ansible_virtualization_type
ansible.builtin.debug:
var: ansible_virtualization_type
- name: Manage Gitea service
when: ansible_virtualization_type != "container"
block: