From ef51a0608cfdcf52c0856288a898ebebbec3f4ca Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 11 Oct 2024 11:51:33 +0200 Subject: [PATCH] add ansible to requirements file --- .ansible-lint | 1 + .github/workflows/main.yml | 2 -- requirements.txt | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 requirements.txt 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