Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
Update host-prepare-file.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
christianh814 authored Aug 2, 2018
1 parent 04c453e commit 11e892d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/host-prepare-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
state: reloaded

- name: Enable Proper Channels
shell: "subscription-manager repos --enable=rh-gluster-3-for-rhel-7-server-rpms --enable=rh-gluster-3-client-for-rhel-7-server-rpms || true"
#shell: "subscription-manager repos --enable=rh-gluster-3-for-rhel-7-server-rpms --enable=rh-gluster-3-client-for-rhel-7-server-rpms || true"
shell: "subscription-manager repos --enable=rh-gluster-3-client-for-rhel-7-server-rpms || true"

- name: Install needed packages
package: name={{ item }} state=present
Expand Down

0 comments on commit 11e892d

Please sign in to comment.