Trimming down Ansible folder.

This commit is contained in:
2025-01-16 17:44:58 -05:00
parent 7298674536
commit 83272b36b8
9 changed files with 5 additions and 64 deletions
+3
View File
@@ -0,0 +1,3 @@
---
schedule:
interval: "daily"
+13
View File
@@ -0,0 +1,13 @@
---
name: "Ansible Lint"
on: # yamllint disable-line rule:truthy
pull_request:
branches: [main]
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
ansible-lint:
uses: ansible/ansible-content-actions/.github/workflows/ansible_lint.yaml@main