diff options
-rw-r--r-- | setup-bwlp/tasks/distro.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setup-bwlp/tasks/distro.yml b/setup-bwlp/tasks/distro.yml index 1e7a1c5..25e222a 100644 --- a/setup-bwlp/tasks/distro.yml +++ b/setup-bwlp/tasks/distro.yml @@ -6,8 +6,11 @@ - ansible_distribution == "CentOS" - set_fact: pkgnames: + - automake + - lsof - libqt4-dev - m4 + - rsync - squashfs-tools - pkg-config - cmake |