[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

@ -2,7 +2,7 @@
# Tinc/Setup: Install tinc application - macOS Version
- name: Setup - Install
package:
ansible.builtin.package:
name: "{{ packages }}"
state: present
vars: