[TIDY] Update to ansible 4 module names

This commit is contained in:
Jannik Beyerstedt 2021-08-28 16:48:58 +02:00
parent be3d627bdb
commit 5553f66031
5 changed files with 18 additions and 18 deletions

View file

@ -64,7 +64,7 @@ Playbook:
hosts: tinc
tasks:
- name: Tinc - Distribute hostfiles
import_role:
ansible.builtin.import_role:
name: tinc
tasks_from: distribute
```