diff options
Diffstat (limited to 'ansible_collections/sensu/sensu_go/integration.requirements')
-rw-r--r-- | ansible_collections/sensu/sensu_go/integration.requirements | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible_collections/sensu/sensu_go/integration.requirements b/ansible_collections/sensu/sensu_go/integration.requirements new file mode 100644 index 000000000..5d0734584 --- /dev/null +++ b/ansible_collections/sensu/sensu_go/integration.requirements @@ -0,0 +1,6 @@ +molecule ~= 3.2.3 +# Temporary fix until molecule-docker can only support Ansible >= 2.9 +git+https://github.com/xlab-steampunk/molecule-docker.git@temp-fixes#egg=molecule-docker +pytest +# Temporary fix until pytest-molecule is updated to work with ansible-core +git+https://github.com/xlab-steampunk/pytest-molecule.git@temp-fixes#egg=pytest-molecule |