summaryrefslogtreecommitdiff
path: root/test/integration/targets/prepare_nxos_tests/tasks/main.yml
blob: 429ee68c5a75ad3e61fb5582035aa46c7d02ee79 (plain)
1
2
3
4
5
- name: enable nxapi on remote device
  nxos_config:
    lines:
      - feature nxapi
    provider: "{{ cli }}"