Compat with modern ansible versions

This commit is contained in:
Emilien Mantel
2019-02-04 21:25:25 +01:00
parent 8218e5c972
commit c399bf35b5
11 changed files with 48 additions and 54 deletions

View File

@@ -2,10 +2,8 @@
#- name: APT | Install web apps
# pkgng:
# pkg: "{{ item }}"
# name: "backuppc"
# state: present
# with_items:
# - backuppc
#
#- name: COMMAND | Activate backuppc config
# command: >