I’m working with the aruba_diff playbook below, but the output is incorrect due to the 80 character limit. How can I supress this limit.
My playbook:
- hosts: 24_port
connection: local
gather_facts: false
tasks:
- name: diff option
aruba_config:
diff_against: intended
intended_config: "{{ lookup('file', '{{ansible_host}}.conf')}}"
Output:
-port-security 21 learn-mode limited-continuous address-limit 4 action send-disable
+port-security 21 learn-mode limited-continuous address-limit 4 action send-disab
+le
Thanks your reply