Add distro to name

This commit is contained in:
Anthony Rose 2019-10-10 19:52:56 +01:00
parent ac8a808f0c
commit 070398af74
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
---
- name: Install packages
- name: Install Debian packages
become: true
apt:
name: '{{ packages }}'

View file

@ -1,5 +1,5 @@
---
- name: Install packages
- name: Install FreeBSD packages
become: true
pkgng:
name: '{{ packages }}'