diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 12722ed..76841ca 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,4 +1,4 @@ pip==23.0 ansible==7.2.0 yamllint==1.29.0 -ansible-lint==6.10.2 +ansible-lint==6.12.1 diff --git a/tests/inventory b/tests/inventory deleted file mode 100644 index 2fbb50c..0000000 --- a/tests/inventory +++ /dev/null @@ -1 +0,0 @@ -localhost diff --git a/tests/test.yml b/tests/test.yml deleted file mode 100644 index 3babb6d..0000000 --- a/tests/test.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -- hosts: localhost - remote_user: root - roles: - - brave