diff options
| author | Dennis Gilmore <ausil@fedoraproject.org> | 2017-01-18 20:37:29 +0000 |
|---|---|---|
| committer | Dennis Gilmore <ausil@fedoraproject.org> | 2017-01-18 20:37:29 +0000 |
| commit | 3152746c0045a59ceedf1d541f2c83597f0f9c95 (patch) | |
| tree | 2c7ef720d13f0a6befbc74f93d63fd0bf61a9db9 /roles/releng/tasks | |
| parent | ae2fb93a7d3d2c1ad25443d25e8489ef0aeec572 (diff) | |
| download | ansible-3152746c0045a59ceedf1d541f2c83597f0f9c95.tar.gz ansible-3152746c0045a59ceedf1d541f2c83597f0f9c95.tar.xz ansible-3152746c0045a59ceedf1d541f2c83597f0f9c95.zip | |
pungi-4.1.12 split some scripts we need into pungi-utils so intall it
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
Diffstat (limited to 'roles/releng/tasks')
| -rw-r--r-- | roles/releng/tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/releng/tasks/main.yml b/roles/releng/tasks/main.yml index f97b9f9c2..de57fbb81 100644 --- a/roles/releng/tasks/main.yml +++ b/roles/releng/tasks/main.yml @@ -81,6 +81,7 @@ - httpd - hardlink - pungi + - pungi-utils - compose-utils when: ansible_distribution_major_version|int < 22 @@ -102,6 +103,7 @@ - httpd - hardlink - pungi + - pungi-utils - compose-utils - python-scandir - python2-productmd |
