mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-27 04:41:28 -07:00
Cut the newline added by lookup 'file'
This commit is contained in:
parent
3a128019ca
commit
a271a9bcd2
1 changed files with 2 additions and 2 deletions
|
@ -12,12 +12,12 @@
|
|||
{{ lookup(
|
||||
'file',
|
||||
'/root/ansible_collections/community/mysql/tests/integration/connector'
|
||||
) }}
|
||||
) | trim }}
|
||||
db_engine_version: >
|
||||
{{ lookup(
|
||||
'file',
|
||||
'/root/ansible_collections/community/mysql/tests/integration/db_engine_version'
|
||||
) }}"
|
||||
) | trim }}"
|
||||
|
||||
- name: "{{ role_name }} | Setvars | Set Fact using above facts"
|
||||
ansible.builtin.set_fact:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue