mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -07:00
Migrate Linux CI roles to test targets. (#17997)
This commit is contained in:
parent
374e4348e4
commit
75e4645ee7
263 changed files with 53 additions and 53 deletions
16
test/integration/targets/template/vars/main.yml
Normal file
16
test/integration/targets/template/vars/main.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
templated_var: templated_var_loaded
|
||||
|
||||
number_var: 5
|
||||
string_num: "5"
|
||||
bool_var: true
|
||||
part_1: 1
|
||||
part_2: "Foo"
|
||||
null_type: !!null
|
||||
|
||||
templated_dict:
|
||||
number: "{{ number_var }}"
|
||||
string_num: "{{ string_num }}"
|
||||
null_type: "{{ null_type }}"
|
||||
bool: "{{ bool_var }}"
|
||||
multi_part: "{{ part_1 }}{{ part_2 }}"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue