mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-06-13 20:15:55 +00:00
Fix linter errors
This commit is contained in:
committed by
Pelisse Romain
parent
bce963923d
commit
124c8ae0ad
@@ -8,7 +8,7 @@
|
||||
changed_when: rpm_info.failed
|
||||
|
||||
rescue:
|
||||
- name: "If package {{ package_name }} is missing, add it to the yum install list."
|
||||
- name: "Add {{ package_name }} to the yum install list if missing"
|
||||
set_fact:
|
||||
packages_to_install: "{{ packages_to_install + [ package_name ] }}"
|
||||
when: rpm_info.failed
|
||||
Reference in New Issue
Block a user