mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-21 20:51:27 +00:00
fix lint
This commit is contained in:
parent
ff9d39342a
commit
2b5141255c
@ -16,8 +16,9 @@
|
||||
when: not conf_result.stat.exists
|
||||
|
||||
- name: Run checksetup.pl
|
||||
shell: "set -o pipefail && /usr/bin/perl checksetup.pl /var/www/bugzilla/answer"
|
||||
chdir: "{{ bugzilla_dir }}"
|
||||
shell: "set -o pipefail && /usr/bin/perl checksetup.pl {{ bugzilla_dir }}/answer"
|
||||
args:
|
||||
chdir: "{{ bugzilla_dir }}"
|
||||
changed_when: "1 != 1"
|
||||
when: not conf_result.stat.exists
|
||||
|
||||
@ -31,8 +32,9 @@
|
||||
|
||||
- name: Install the proper modules
|
||||
shell: "set -o pipefail && /usr/bin/perl install-module.pl {{ item }}"
|
||||
chdir: "{{ bugzilla_dir }}"
|
||||
changed_when: "1 != 1"
|
||||
args:
|
||||
chdir: "{{ bugzilla_dir }}"
|
||||
with_items:
|
||||
- 'Net::SAML2'
|
||||
- 'HTML::FormatText::WithLinks'
|
||||
@ -45,7 +47,8 @@
|
||||
|
||||
- name: Re-run checksetup.pl
|
||||
shell: "set -o pipefail && /usr/bin/perl checksetup.pl"
|
||||
chdir: "{{ bugzilla_dir }}"
|
||||
args:
|
||||
chdir: "{{ bugzilla_dir }}"
|
||||
changed_when: "1 != 1"
|
||||
|
||||
- name: Remove answer file
|
||||
|
Loading…
Reference in New Issue
Block a user