mirror of
https://gitea.0xace.cc/ansible-galaxy/network.git
synced 2024-11-24 22:36:38 +00:00
use include_tasks instead of include
This commit is contained in:
parent
825374b519
commit
8ba560a810
@ -10,4 +10,4 @@
|
||||
changed_when: false
|
||||
|
||||
- name: Include interfaces configuration tasks
|
||||
include: "{{ ansible_facts['os_family'] }}/{{ ansible_facts['distribution_major_version'] }}.yaml"
|
||||
include_tasks: "{{ ansible_facts['os_family'] }}/{{ ansible_facts['distribution_major_version'] }}.yaml"
|
||||
|
Loading…
Reference in New Issue
Block a user