Ramkumarselvam1

Results 2 comments of Ramkumarselvam1
trafficstars

When u add user under customization only the last user been populated in the blueprint. eg [customization] User: Name:ram User: Name:kumar it prints only kumar in blueprint

EG:- [root@node-1 library]# cat ../defaults/main.yml --- builder_blueprint_name: test_blueprint builder_blueprint_src_path: /tmp/blueprint.toml builder_blueprint_distro_lower: "{{ 'rhel' if ansible_distribution == 'RedHat' else ansible_distribution | lower }}" builder_blueprint_ref: "{{ builder_blueprint_distro_lower }}/{{ hostvars[inventory_hostname].ansible_distribution_major_version }}/x86_64/{{ 'iot' if...