CI - increase the number of integration workflow (#620)

enable profile_tasks callback plugin for integration tests targets
This commit is contained in:
Bikouo Aubin
2023-05-02 19:01:04 +02:00
committed by GitHub
parent 869f06f1e4
commit a624251bba
79 changed files with 455 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
---
- connection: local
gather_facts: true
hosts: localhost
roles:
- helm_diff

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -eux
export ANSIBLE_CALLBACKS_ENABLED=profile_tasks
export ANSIBLE_ROLES_PATH=../
ansible-playbook playbook.yaml "$@"