diff --git a/.gitignore b/.gitignore index 25eaba0..6509d9e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.pyc # Testing +.ansible/ .cache/ .dwas/ _artifacts/ diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 5a9a4b5..456544c 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -4,3 +4,6 @@ ansible-lint molecule molecule-plugins[podman] tabulate +# Unpin once molecule is compatible and allows specifying a working directory +# to isolate ansible collections +ansible-compat<25