diff options
author | Jonathan Bauer | 2018-05-04 15:15:03 +0200 |
---|---|---|
committer | Jonathan Bauer | 2018-05-04 15:15:03 +0200 |
commit | 0d576183c1df1e1172a067217e82b988feed7184 (patch) | |
tree | 62dce7267312c1775b9c97a5f05bca29fe53f546 | |
parent | run-playbook-only.json: formatting (diff) | |
download | ansible-dracut-0d576183c1df1e1172a067217e82b988feed7184.tar.gz ansible-dracut-0d576183c1df1e1172a067217e82b988feed7184.tar.xz ansible-dracut-0d576183c1df1e1172a067217e82b988feed7184.zip |
[seutp-bwlp] update dependencies for ubuntu
-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 |