diff options
author | ewolinetz <ewolinet@redhat.com> | 2017-03-01 17:08:14 -0600 |
---|---|---|
committer | ewolinetz <ewolinet@redhat.com> | 2017-03-01 17:08:14 -0600 |
commit | f7c801f77284da83ccc18aee771e11ce17f59dd2 (patch) | |
tree | 36118ee7572fa3aa0a8a66722cfd6b586a3752eb /playbooks/common/openshift-cluster | |
parent | 6a0c52a0642b1e962246633bf6bb8a0cde3930ba (diff) | |
download | openshift-f7c801f77284da83ccc18aee771e11ce17f59dd2.tar.gz openshift-f7c801f77284da83ccc18aee771e11ce17f59dd2.tar.bz2 openshift-f7c801f77284da83ccc18aee771e11ce17f59dd2.tar.xz openshift-f7c801f77284da83ccc18aee771e11ce17f59dd2.zip |
Resolving yammlint errors
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml index 08cc2cc42..5d3af2c26 100644 --- a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml +++ b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml @@ -176,8 +176,8 @@ policy reconcile-cluster-roles --additive-only=true --confirm -o name register: reconcile_cluster_role_result changed_when: - - reconcile_cluster_role_result.stdout.length > 0 - - reconcile_cluster_role_result.rc == 0 + - reconcile_cluster_role_result.stdout.length > 0 + - reconcile_cluster_role_result.rc == 0 run_once: true - name: Reconcile Cluster Role Bindings @@ -192,8 +192,8 @@ when: origin_reconcile_bindings | bool or ent_reconcile_bindings | bool register: reconcile_bindings_result changed_when: - - reconcile_bindings_result.stdout.length > 0 - - reconcile_bindings_result.rc == 0 + - reconcile_bindings_result.stdout.length > 0 + - reconcile_bindings_result.rc == 0 run_once: true - name: Reconcile Jenkins Pipeline Role Bindings @@ -202,8 +202,8 @@ run_once: true register: reconcile_jenkens_role_binding_result changed_when: - - reconcile_jenkins_role_binding_result.stdout.length > 0 - - reconcile_jenkins_role_binding_result.rc == 0 + - reconcile_jenkins_role_binding_result.stdout.length > 0 + - reconcile_jenkins_role_binding_result.rc == 0 when: openshift.common.version_gte_3_4_or_1_4 | bool - name: Reconcile Security Context Constraints @@ -211,8 +211,8 @@ {{ openshift.common.client_binary }} adm policy reconcile-sccs --confirm --additive-only=true -o name register: reconcile_scc_result changed_when: - - reconcile_scc_result.stdout.length > 0 - - reconcile_scc_result.rc == 0 + - reconcile_scc_result.stdout.length > 0 + - reconcile_scc_result.rc == 0 run_once: true - set_fact: |