mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
* Add missing aliases files. * Fix directory name. * Add another missing aliases file. * Adjust test to also work with newer jsonpatch versions. |
||
|---|---|---|
| .. | ||
| tasks | ||
| vars | ||
| aliases | ||
| docker-compose.yml | ||
| README.md | ||
The integration test can be performed as follows:
# 1. Start docker-compose:
docker-compose -f tests/integration/targets/keycloak_clientsecret_regenerate/docker-compose.yml stop
docker-compose -f tests/integration/targets/keycloak_clientsecret_regenerate/docker-compose.yml rm -f -v
docker-compose -f tests/integration/targets/keycloak_clientsecret_regenerate/docker-compose.yml up -d
# 2. Run the integration tests:
ansible-test integration keycloak_clientsecret_regenerate --allow-unsupported -v