We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b4d1a commit bae1a23Copy full SHA for bae1a23
.github/workflows/package-update-kayobe.yml
@@ -47,6 +47,7 @@ jobs:
47
-e kayobe_config_repo_path=./stackhpc-kayobe-config/
48
env:
49
FILTER: ${{ github.event.inputs.filter }}
50
+ ANSIBLE_CALLBACKS_ENABLED: ansible.posix.profile_tasks
51
52
- name: Check for version changes
53
id: git-diff
terraform/github-runners/ansible.cfg
@@ -3,3 +3,4 @@ stdout_callback = community.general.yaml
3
host_key_checking = False
4
pipelining = True
5
deprecation_warnings=False
6
+callback_whitelist = ansible.posix.profile_tasks
0 commit comments