Skip to content

Commit

Permalink
Merge pull request #15 from stone-payments/subscribe-to-enabled
Browse files Browse the repository at this point in the history
Update install.redhat.yml
  • Loading branch information
igordcsouza authored Sep 22, 2018
2 parents 873e5ba + 7c0ab49 commit 7e179ce
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 7e179ce

Please sign in to comment.