From 10297e6d71f2a4f714bb2b329812310ef5736cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 09:02:02 +0000 Subject: [PATCH 1/3] Bump ansible-lint from 6.11.0 to 6.12.1 in /.github/workflows Bumps [ansible-lint](https://github.com/ansible/ansible-lint) from 6.11.0 to 6.12.1. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v6.11.0...v6.12.1) --- updated-dependencies: - dependency-name: ansible-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 41bd2ab..2265ae4 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,4 +1,4 @@ pip==23.0 ansible==7.1.0 yamllint==1.29.0 -ansible-lint==6.11.0 +ansible-lint==6.12.1 From d60ce77b6e656cea046b58105b5d3d771529d42d Mon Sep 17 00:00:00 2001 From: staticdev Date: Sat, 4 Feb 2023 09:31:53 +0100 Subject: [PATCH 2/3] Delete test_update_vars.yml --- tests/test_update_vars.yml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 tests/test_update_vars.yml diff --git a/tests/test_update_vars.yml b/tests/test_update_vars.yml deleted file mode 100644 index be62e05..0000000 --- a/tests/test_update_vars.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -pyenv_update: true From 2a0207b403981ae1e5eb52ea42bb56e13bc55337 Mon Sep 17 00:00:00 2001 From: staticdev Date: Sun, 5 Feb 2023 09:55:27 +0100 Subject: [PATCH 3/3] Delete unused files --- test.yml | 9 --------- test_update.yml | 10 ---------- 2 files changed, 19 deletions(-) delete mode 100644 test.yml delete mode 100644 test_update.yml diff --git a/test.yml b/test.yml deleted file mode 100644 index e1e184c..0000000 --- a/test.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -- hosts: all - gather_facts: true - vars_files: - - "defaults/main.yml" - tasks: - - debug: - msg: "Owner: {{ pyenv_owner }}" - - include: "tasks/main.yml" diff --git a/test_update.yml b/test_update.yml deleted file mode 100644 index d708403..0000000 --- a/test_update.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -- hosts: all - gather_facts: true - vars_files: - - "defaults/main.yml" - - "tests/test_update_vars.yml" - tasks: - - debug: - msg: "Owner: {{ pyenv_owner }}" - - include: "tasks/main.yml"