diff --git a/.ansible-lint b/.ansible-lint index 482a730..d500ab1 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -2,6 +2,7 @@ exclude_paths: - molecule/ + - .github/ skip_list: - schema[meta] \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a20c997..d34029b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,11 @@ name: ci push: branches: - main + paths-ignore: + - 'meta/**' + - '.gitignore' + - 'LICENSE' + - 'README.md' defaults: run: