diff --git a/.ansible-lint b/.ansible-lint index f41591f..fb9bca1 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -3,3 +3,4 @@ profile: production strict: true exclude_paths: - "**/*docker-compose.yaml" + - .github/ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9216eda..2be73f1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,8 +18,6 @@ jobs: cache: pip # Set this option if you want the action to check for the latest available version that satisfies the version spec. check-latest: true - - name: Install ansible - run: pip install ansible - name: Run ansible run: | export KEY_FILE=$(mktemp) diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..90d4055 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +ansible