roles/gitea: support giteaUninstall variable

This commit is contained in:
2023-01-21 18:25:02 -06:00
parent e8fe024b77
commit af53eb4637
10 changed files with 94 additions and 45 deletions

View File

@@ -18,6 +18,10 @@
- zsh # :D
- python3-certbot-nginx
- name: Grab package facts
package_facts:
manager: auto
- name: Setup zsh
user:
name: "{{ ansible_user }}"