Skip to content

Commit 151a3e0

Browse files
committed
Add timing to Ansible output
1 parent 60b4d1a commit 151a3e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/package-update-kayobe.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
-e kayobe_config_repo_path=./stackhpc-kayobe-config/
4848
env:
4949
FILTER: ${{ github.event.inputs.filter }}
50+
ANSIBLE_CALLBACK_WHITELIST: ansible.posix.profile_tasks
5051

5152
- name: Check for version changes
5253
id: git-diff

terraform/github-runners/ansible.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ stdout_callback = community.general.yaml
33
host_key_checking = False
44
pipelining = True
55
deprecation_warnings=False
6+
callback_whitelist = ansible.posix.profile_tasks

0 commit comments

Comments
 (0)