summaryrefslogtreecommitdiff
path: root/test/integration/targets/ios_lacp/tests/cli/_populate_config.yaml
blob: c192cb556d68f84a473166dec39e90d52e2f4b2a (plain)
1
2
3
4
5
6
7
8
---
- name: Populate Config
  cli_config:
    config: "{{ lines }}"
  vars:
    lines: |
      lacp system-priority 500
  when: ansible_net_version != "15.6(2)T"