Skip to content
Snippets Groups Projects
Commit 27cd5ec3 authored by Simone Spinelli's avatar Simone Spinelli
Browse files

Make ansible-lint happy

parent ca5c3099
No related branches found
No related tags found
1 merge request!8Fix chassis template for vmx and other things
...@@ -5,5 +5,3 @@ ...@@ -5,5 +5,3 @@
roles: roles:
- Juniper.junos - Juniper.junos
- roles/iptrunks_checks - roles/iptrunks_checks
collections:
- junipernetworks.junos
localhost
---
- hosts: localhost
remote_user: root
roles:
- base_config
localhost
---
- hosts: localhost
remote_user: root
roles:
- iptrunks
- name: Show LACP status - name: Show LACP status
juniper_junos_command: juniper_junos_command:
command: "show lacp interface {{ trunks[0].config.nodeA.ae_name }}" command: "show lacp interface {{ trunks[0].config.nodeA.ae_name }}"
register: response register: response
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment