mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
htop is not for rhel
This commit is contained in:
parent
1a3c214357
commit
0fa6d96a2e
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
base_packages:
|
base_packages:
|
||||||
- tmux
|
- tmux
|
||||||
- sudo
|
- sudo
|
||||||
- htop
|
|
||||||
- iftop
|
- iftop
|
||||||
- iotop
|
- iotop
|
||||||
- sysstat
|
- sysstat
|
||||||
|
@ -35,6 +34,7 @@ packages_for_all_except_rhel:
|
||||||
- ranger
|
- ranger
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- python3
|
- python3
|
||||||
|
- htop
|
||||||
|
|
||||||
fedora_packages:
|
fedora_packages:
|
||||||
- mtr
|
- mtr
|
||||||
|
@ -43,5 +43,5 @@ fedora_packages:
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- python3
|
- python3
|
||||||
|
|
||||||
playbook_version_number: 8950 # should be over ninethousand
|
playbook_version_number: 8951 # should be over ninethousand
|
||||||
playbook_version_path: '/etc/ansible-version/base-packages_ffbsee_or_chaos-bodensee_github.version'
|
playbook_version_path: '/etc/ansible-version/base-packages_ffbsee_or_chaos-bodensee_github.version'
|
||||||
|
|
Loading…
Reference in a new issue