mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-02 20:24:24 -07:00
Document that you need to kill the ansible-test container yourself
This commit is contained in:
parent
dc7c8dce88
commit
81e6d5b552
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ The Makefile accept the following options
|
|||
- `keep_containers_alive`
|
||||
- Mandatory: false
|
||||
- Description: This option keeps all tree databases containers and the ansible-test container alive at the end of tests or in case of failure. This is useful to enter one of the containers with `podman exec -it <container-name> bash` for debugging. Rerunning the
|
||||
tests will recreate those containers so no need to kill them in advance. Add any value to activate this option: `keep_containers_alive=1`
|
||||
tests will overwrite the 3 databases containers so no need to kill them in advance. But nothing will kill the ansible-test container. You must do that using `podman stop` and `podman rm`. Add any value to activate this option: `keep_containers_alive=1`
|
||||
|
||||
- `continue_on_errors`
|
||||
- Mandatory: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue