We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change tasks/main.yml line 26 from - include: all_interfaces.yml to
25 26 - include_tasks: all_interfaces.yml 27 when: network_interfaces 28
and
line 40 from - include: manage_devices.yml to
39 40 - include_tasks: manage_devices.yml 41 when: 42 - network_manage_devices 43 - network_interfaces
The text was updated successfully, but these errors were encountered:
@freitux thank you for the input. Unfortunately I did not have the time to upgrade to Ansible 2.4 yet.
I will integrate your proposed changes soon. Hopefully before include is removed.
include
Sorry, something went wrong.
arBmind
No branches or pull requests
change tasks/main.yml
line 26 from - include: all_interfaces.yml to
and
line 40 from - include: manage_devices.yml to
The text was updated successfully, but these errors were encountered: