aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-05-01 09:19:13 +0200
committerGravatar jchristgit <[email protected]>2024-05-01 18:15:14 +0200
commitba970c7b3ffea5c773bc9d65fde3f37c4a5f4c60 (patch)
treeebad107a99bd7ac964feb32b13d6ae36d988f888 /.github/workflows
parentignore pycharm's idea files (diff)
Depend on ansible-core instead of Ansible
Allow for faster local installation by only installing what we need.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/lint-ansible.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-ansible.yaml b/.github/workflows/lint-ansible.yaml
index 7bd0a25..5160262 100644
--- a/.github/workflows/lint-ansible.yaml
+++ b/.github/workflows/lint-ansible.yaml
@@ -21,4 +21,4 @@ jobs:
# Remove any Vaulted files and Vault configuration
grep -R '$ANSIBLE_VAULT;' --files-with-matches . | xargs rm
sed --in-place '/vault_password_file/d' ansible.cfg
- ansible-lint --offline
+ ansible-lint