diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 385451e..24254cb 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -1,6 +1,6 @@ name: Ansible Lint -on: [push, pull_request] # noqa +on: [push, pull_request] # noqa yaml[truthy] jobs: build: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 799e012..56dc238 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ # vim: set et ai ts=2 st=2 sw=2: --- -image: alpine:3.10 # noqa yaml[truthy] +image: alpine:3.10 variables: - ANSIBLE_FORCE_COLOR: "true" # noqa yaml[truthy] + ANSIBLE_FORCE_COLOR: "true" stages: - lint