summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/tasks/scale.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_logging/tasks/scale.yaml')
-rw-r--r--roles/openshift_logging/tasks/scale.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_logging/tasks/scale.yaml b/roles/openshift_logging/tasks/scale.yaml
index aa3e39641..42e9f0eb6 100644
--- a/roles/openshift_logging/tasks/scale.yaml
+++ b/roles/openshift_logging/tasks/scale.yaml
@@ -5,6 +5,7 @@
register: replica_count
failed_when: replica_count.rc == 1 and 'exists' not in replica_count.stderr
when: not ansible_check_mode
+ changed_when: no
- command: >
{{ openshift.common.client_binary }} --config={{ mktemp.stdout }}/admin.kubeconfig scale {{object}}
@@ -24,3 +25,4 @@
when:
- not ansible_check_mode
- replica_count.stdout|int != desired
+ changed_when: no