8000 Enable timing info · suryatmodulus/postgres@88e66f7 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 88e66f7

Browse files
committed
Enable timing info
1 parent 848f60c commit 88e66f7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ansible/tasks/internal/setup-ansible-pull.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
- name: install ansible
22
shell:
33
cmd: |
4-
sudo apt install -y software-properties-common
5-
sudo add-apt-repository --yes --update ppa:ansible/ansible
6-
sudo apt install -y ansible
4+
apt install -y software-properties-common
5+
add-apt-repository --yes --update ppa:ansible/ansible
6+
apt install -y ansible
7+
sed -i -e 's/#callback_whitelist.*/callback_whitelist = profile_tasks/' /etc/ansible/ansible.cfg
78
89
- name: ansible pull systemd units
910
copy:

0 commit comments

Comments
 (0)
0