mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-27 12:51:26 -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(
|
{{ lookup(
|
||||||
'file',
|
'file',
|
||||||
'/root/ansible_collections/community/mysql/tests/integration/connector'
|
'/root/ansible_collections/community/mysql/tests/integration/connector'
|
||||||
) }}
|
) | trim }}
|
||||||
db_engine_version: >
|
db_engine_version: >
|
||||||
{{ lookup(
|
{{ lookup(
|
||||||
'file',
|
'file',
|
||||||
'/root/ansible_collections/community/mysql/tests/integration/db_engine_version'
|
'/root/ansible_collections/community/mysql/tests/integration/db_engine_version'
|
||||||
) }}"
|
) | trim }}"
|
||||||
|
|
||||||
- name: "{{ role_name }} | Setvars | Set Fact using above facts"
|
- name: "{{ role_name }} | Setvars | Set Fact using above facts"
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue