mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-23 12:23:12 +00:00
b3582f1ff9
Add a new role for the `ipmi_exporter`. Signed-off-by: SuperQ <superq@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"
|