mirror of
https://gitea.0xace.cc/ansible-galaxy/network.git
synced 2025-04-05 13:51:55 +00:00
use include_tasks instead of include
This commit is contained in:
parent
825374b519
commit
8ba560a810
@ -10,4 +10,4 @@
|
|||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
- name: Include interfaces configuration tasks
|
- 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…
x
Reference in New Issue
Block a user