mirror of
https://github.com/roles-ansible/ansible_role_base.git
synced 2024-08-16 14:29:50 +02:00
no longer install smartmontools
This commit is contained in:
parent
8aff6fc456
commit
710f6889a9
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ base__packages:
|
||||||
base__modern_packages:
|
base__modern_packages:
|
||||||
- tcpdump
|
- tcpdump
|
||||||
- sysstat
|
- sysstat
|
||||||
- smartmontools
|
# - smartmontools
|
||||||
|
|
||||||
# debian/ubuntu packages
|
# debian/ubuntu packages
|
||||||
base__debian_packages:
|
base__debian_packages:
|
||||||
|
@ -61,5 +61,5 @@ base__linux_packages:
|
||||||
- bzip2
|
- bzip2
|
||||||
- jq
|
- jq
|
||||||
|
|
||||||
playbook_version_number: 9006 # should be over ninethousand
|
playbook_version_number: 9007
|
||||||
playbook_version_path: 'base-packages_roles-ansible_github.version'
|
playbook_version_path: 'base-packages_roles-ansible_github.version'
|
||||||
|
|
Loading…
Reference in a new issue