mirror of
https://github.com/roles-ansible/ansible_role_base.git
synced 2024-08-16 14:29:50 +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
|
||||
- python3-setuptools
|
||||
- python3-apt
|
||||
- dnsutils
|
||||
|
||||
# packages for reasonable linux servers (not RHEL/Centos)
|
||||
base__linux_packages:
|
||||
|
@ -54,5 +53,5 @@ base__linux_packages:
|
|||
- youtube-dl
|
||||
- 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'
|
||||
|
|
Loading…
Reference in a new issue