summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorewolinetz <ewolinet@redhat.com>2017-03-01 17:08:14 -0600
committerewolinetz <ewolinet@redhat.com>2017-03-01 17:08:14 -0600
commitf7c801f77284da83ccc18aee771e11ce17f59dd2 (patch)
tree36118ee7572fa3aa0a8a66722cfd6b586a3752eb /playbooks
parent6a0c52a0642b1e962246633bf6bb8a0cde3930ba (diff)
downloadopenshift-f7c801f77284da83ccc18aee771e11ce17f59dd2.tar.gz
openshift-f7c801f77284da83ccc18aee771e11ce17f59dd2.tar.bz2
openshift-f7c801f77284da83ccc18aee771e11ce17f59dd2.tar.xz
openshift-f7c801f77284da83ccc18aee771e11ce17f59dd2.zip
Resolving yammlint errors
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml16
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: