Fix pkgng calls

This commit is contained in:
Emilien Mantel
2021-09-01 09:33:16 +02:00
parent a6e75032a5
commit 6881f70517
6 changed files with 10 additions and 7 deletions

View File

@@ -6,5 +6,5 @@
php_xdebug_package: 'php72-pecl-xdebug-2.6.1'
- name: PKGNG | Install packages
ansible.builtin.pkgng:
community.general.pkgng:
name: ['curl', 'nginx']