[ANSIBLE] Automated PR for dagu-mariadb-bkup-config-check_2025-09-13T08-18-48 - #18 #18

Closed
gitea-sonarqube-bot wants to merge 48 commits from dagu-mariadb-bkup-config-check_2025-09-13T08-18-48 into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 82aec87962 - Show all commits
+1 -1
View File
@@ -49,6 +49,6 @@ jobs:
- name: Validate DAGs
run: |
for dag in $(find ${DAGS_PATH} -type f -name "*.yaml" -a ! -name "*example*"); do
echo "==========Validating ${dag}=========="
echo "==========Validating ${dag}"=========="
dagu dry "${dag}"
done
+1 -1
View File
@@ -8,7 +8,7 @@
# Hardcoded fallback for DAGs path
dags_path: "{{ playbook_dir ~ '/../app-configs/rinoa/dagu/dags' }}"
vault_addr: "{{ lookup('env', 'VAULT_ADDR') }}"
vault_token: "{{ lookup('env', 'VAULT_TOKEN') }}"
vault_token: "{{ lookup('env', 'VAULT_GITEA_TOKEN') }}"
tasks:
- name: Build list of DAG template files