Commit ba7bdcf4 authored by Joanne Hugé's avatar Joanne Hugé

playbook/slapcache: upgrade slapcache on Ubuntu also

parent 5571c907
......@@ -19,3 +19,7 @@
- name: Install slapcache on Debian >= 9
include: pip_installations_succeeded.yml
when: ansible_distribution == "Debian" and ansible_distribution_major_version|int >= 9
- name: Install slapcache on Ubuntu
include: pip_installations_succeeded.yml
when: ansible_distribution == "Ubuntu"
926591266cf2e331df297067963046604b850b837818a294c5652a568a02ff87 -
f80f612bdff3c8fbea584e8ea4a3761022a60de40736274802b4bf5d5d7f0806 -
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment