Skip to content

Commit

Permalink
GlusterFS: attr package is only needed on the servers.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Nov 15, 2019
1 parent bb5abf6 commit ea666fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,3 @@
tags:
- gluster
- glusterfs-common


- name: Install GlusterFS packages (Debian/Ubuntu)
apt:
name:
- attr
state: '{{ pkg_install_state }}'
allow_unauthenticated: '{{ not insecure_https_downloads|default("no")|bool }}'
when: is_debian_or_ubuntu
tags:
- gluster
- glusterfs-common
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
---
- include_tasks: init-{{ ansible_os_family }}.yml


- name: Install GlusterFS dependency packages (Debian/Ubuntu)
apt:
name:
- attr
state: '{{ pkg_install_state }}'
allow_unauthenticated: '{{ not insecure_https_downloads|default("no")|bool }}'
when: is_debian_or_ubuntu
tags:
- gluster
- glusterfs-common


# for once, package names are the same on Debian/Ubuntu and RHEL/CentOS
- name: Install GlusterFS server packages
package:
Expand Down

0 comments on commit ea666fe

Please sign in to comment.