Skip to content
New issue

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

[DEPRECATION WARNING] : The use of 'include' for tasks has been deprecated. #64

Open
freitux opened this issue Nov 10, 2017 · 1 comment
Assignees

Comments

@freitux
Copy link

freitux commented Nov 10, 2017

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
@arBmind
Copy link
Member

arBmind commented Nov 17, 2017

@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.

@arBmind arBmind self-assigned this Nov 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants