1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_packages.git synced 2024-08-16 10:19:51 +02:00

Adding dnsutils once is enough

This commit is contained in:
L3D 2020-08-28 14:37:42 +02:00 committed by L3D
parent ce08ee0cff
commit 6b2120b243
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -34,7 +34,6 @@ base__debian_packages:
- aptitude - aptitude
- python3-setuptools - python3-setuptools
- python3-apt - python3-apt
- dnsutils
# packages for reasonable linux servers (not RHEL/Centos) # packages for reasonable linux servers (not RHEL/Centos)
base__linux_packages: base__linux_packages:
@ -54,5 +53,5 @@ base__linux_packages:
- youtube-dl - youtube-dl
- mpv - mpv
playbook_version_number: 9000 # should be over ninethousand playbook_version_number: 9001 # should be over ninethousand
playbook_version_path: 'base-packages_roles-ansible_github.version' playbook_version_path: 'base-packages_roles-ansible_github.version'