mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-18 05:38:26 +00:00
* feat: Add redis_exporter role --------- Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
4 lines
148 B
Bash
Executable file
4 lines
148 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
collection_root=$(pwd | grep -oP ".+\/ansible_collections\/\w+?\/\w+")
|
|
source "$collection_root/tests/integration/molecule.sh"
|