Skip to content

Commit 36643bd

Browse files
Merge pull request #975 from holser/reduce_verbosity
Reduce ansible verbosity on dataplane
2 parents ff43d88 + e2c5580 commit 36643bd

File tree

1 file changed

+1
-1
lines changed
  • tests/roles/dataplane_adoption/defaults

1 file changed

+1
-1
lines changed

tests/roles/dataplane_adoption/defaults/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ dataplane_cr: |
204204
- name: ANSIBLE_SSH_ARGS
205205
value: "-C -o ControlMaster=auto -o ControlPersist=80s"
206206
- name: ANSIBLE_VERBOSITY
207-
value: "{{ dataplane_verbosity | default ('3') }}"
207+
value: "{{ dataplane_verbosity | default ('1') }}"
208208
nodeTemplate:
209209
ansibleSSHPrivateKeySecret: {{ ansible_ssh_private_key_secret }}
210210
ansible:

0 commit comments

Comments
 (0)