diff options
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/ansible_service_broker/tasks/install.yml | 4 | ||||
| -rwxr-xr-x | roles/openshift_facts/library/openshift_facts.py | 1 | 
2 files changed, 3 insertions, 2 deletions
| diff --git a/roles/ansible_service_broker/tasks/install.yml b/roles/ansible_service_broker/tasks/install.yml index e383c94da..b48583fd4 100644 --- a/roles/ansible_service_broker/tasks/install.yml +++ b/roles/ansible_service_broker/tasks/install.yml @@ -146,8 +146,8 @@                    args:                      - /usr/local/bin/etcd                      - --data-dir=/data -                    - "--listen-client-urls=http://0.0.0.0:2379" -                    - "--advertise-client-urls=http://0.0.0.0:2379" +                    - --listen-client-urls="http://0.0.0.0:2379" +                    - --advertise-client-urls="http://0.0.0.0:2379"                    ports:                      - containerPort: 2379                        protocol: TCP diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py index 8acb166d6..663423061 100755 --- a/roles/openshift_facts/library/openshift_facts.py +++ b/roles/openshift_facts/library/openshift_facts.py @@ -536,6 +536,7 @@ def set_node_schedulability(facts):                  facts['node']['schedulable'] = True      return facts +  # pylint: disable=too-many-branches  def set_selectors(facts):      """ Set selectors facts if not already present in facts dict | 
