Fix/cicd fix #7

Merged
jdelpilar merged 3 commits from fix/cicd_fix into main 2026-07-08 14:54:30 -07:00
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -56,4 +56,4 @@ jobs:
VAULT_PASS: ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
- name: Run Ansible Playbook
run: ansible-playbook site.yaml
run: ansible-playbook site.yaml --skip-tags "core"
+2
View File
@@ -12,6 +12,7 @@
- dns_server
tags:
- dns
- core
- name: Gitea Setup
hosts: gitea_servers
@@ -19,3 +20,4 @@
- gitea_server
tags:
- gitea
- core