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:
parent
ce08ee0cff
commit
6b2120b243
1 changed files with 1 additions and 2 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue