forgot one perl module

This commit is contained in:
nazunalika 2021-04-24 03:18:11 -07:00
parent 5d8f09f683
commit 8fdb68fdde
Signed by: label
GPG Key ID: 6735C0E1BD65D048

View File

@ -37,13 +37,14 @@
chdir: "{{ bugzilla_dir }}"
with_items:
- 'Net::SAML2'
- 'Template'
- 'Template::Plugin::GD::Image'
- 'HTML::FormatText::WithLinks'
- 'PatchReader'
- 'Crypt::OpenSSL::Verify'
- 'Crypt::OpenSSL::RSA'
- 'JSON::RPC'
- 'XML::Twig'
- 'Template::Plugin::GD::Image'
- name: Re-run checksetup.pl
shell: "set -o pipefail && /usr/bin/perl checksetup.pl"