Skip to content

Commit

Permalink
Adding ManageIQ service account by default
Browse files Browse the repository at this point in the history
Signed-off-by: enoodle <efreiber@redhat.com>
  • Loading branch information
enoodle committed Dec 10, 2015
1 parent ec7b8b6 commit 9faed26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/openshift_common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
deployment_type: "{{ openshift_deployment_type }}"
use_fluentd: "{{ openshift_use_fluentd | default(None) }}"
use_flannel: "{{ openshift_use_flannel | default(None) }}"
use_manageiq: "{{ openshift_use_manageiq | default(None) }}"
use_manageiq: "{{ openshift_use_manageiq | default(True) }}"

# For enterprise versions < 3.1 and origin versions < 1.1 we want to set the
# hostname by default.
Expand Down

0 comments on commit 9faed26

Please sign in to comment.