8000
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 848f60c commit 88e66f7Copy full SHA for 88e66f7
ansible/tasks/internal/setup-ansible-pull.yml
@@ -1,9 +1,10 @@
1
- name: install ansible
2
shell:
3
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
+ apt install -y software-properties-common
+ add-apt-repository --yes --update ppa:ansible/ansible
+ apt install -y ansible
7
+ sed -i -e 's/#callback_whitelist.*/callback_whitelist = profile_tasks/' /etc/ansible/ansible.cfg
8
9
- name: ansible pull systemd units
10
copy:
0 commit comments