mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-13 17:44:30 -07:00
Fix linter errors
This commit is contained in:
parent
c4a2b7dfc2
commit
acaceb48ef
8 changed files with 25 additions and 15 deletions
|
@ -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
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
- set_fact:
|
||||
- name: Set facts
|
||||
set_fact:
|
||||
update_cache: true
|
||||
packages_to_install: []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue