Skip to content

Commit ffa363f

Browse files
committed
common: install lsof for all RHEL/OL distributions
1 parent 3791e1a commit ffa363f

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

changelogs/fragments/lsof.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
bugfixes:
3+
- "common: install lsof for all RHEL/OL distributions (oravirt#391)"

roles/common/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ common_packages_el6:
6262
- procps
6363
- module-init-tools
6464
- ethtool
65+
- lsof
6566
- bc
6667
- nc
6768
- bind-utils
@@ -110,6 +111,7 @@ common_packages_el7:
110111
- procps
111112
- module-init-tools
112113
- ethtool
114+
- lsof
113115
- bc
114116
- nc
115117
- bind-utils

roles/common/defaults/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ common_packages_el6:
6161
- procps
6262
- module-init-tools
6363
- ethtool
64+
- lsof
6465
- bc
6566
- nc
6667
- bind-utils
@@ -103,6 +104,7 @@ common_packages_el7:
103104
- procps
104105
- module-init-tools
105106
- ethtool
107+
- lsof
106108
- bc
107109
- nc
108110
- bind-utils

0 commit comments

Comments
 (0)