mirror of
https://gitea.0xace.cc/ansible-galaxy/bird.git
synced 2025-01-18 12:02:22 +00:00
use include_tasks instead of include
This commit is contained in:
parent
2c05483442
commit
4653b512cb
@ -1,3 +1,3 @@
|
||||
---
|
||||
- name: Include BIRD installation 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