Skip to content
Snippets Groups Projects
Commit 8db52aaa authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

we do not use gluster anymore

Former-commit-id: f053dfc8
parent ac40e4eb
No related branches found
No related tags found
No related merge requests found
...@@ -77,11 +77,6 @@ ...@@ -77,11 +77,6 @@
become: true become: true
when: ansible_distribution_release == 'trusty' when: ansible_distribution_release == 'trusty'
- name: add repos apt
shell: "add-apt-repository -y ppa:gluster/glusterfs-3.7"
become: true
when: ansible_distribution == 'Ubuntu'
- name: apt-get update - name: apt-get update
apt: update_cache=True apt: update_cache=True
become: true become: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment