Skip to content

Commit

Permalink
Update install.redhat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcda80 authored Sep 21, 2018
1 parent 873e5ba commit 7c0ab49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/install.redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: Subscribe to puppet repository on satellite.
rhsm_repository:
name: "{{ item }}"
state: disabled
state: enabled
with_items: "{{ rabbitmq_repository_on_satellite }}"
when: rabbitmq_repository_on_satellite is defined

Expand Down Expand Up @@ -48,4 +48,4 @@
- name: enable rabbitmq-server to survive reboot
service:
name: rabbitmq-server
enabled: yes
enabled: yes

0 comments on commit 7c0ab49

Please sign in to comment.