File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
roles/device_roles/harvard/tasks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 owner : " {{ host_config.softioc_user }}"
2525 group : " {{ host_config.softioc_group }}"
2626 mode : " 0664"
27- with_fileglob : " files/{{ deploy_ioc_merged_env .model }}*.db"
27+ with_fileglob : " files/{{ ioc .model }}*.db"
2828
2929- name : Copy protocol files for specified model
3030 ansible.builtin.copy :
3333 owner : " {{ host_config.softioc_user }}"
3434 group : " {{ host_config.softioc_group }}"
3535 mode : " 0664"
36- with_fileglob : " files/{{ deploy_ioc_merged_env .model }}*.proto"
36+ with_fileglob : " files/{{ ioc .model }}*.proto"
3737
3838- name : Generate custom postInit cmd file for pump33dds models
3939 ansible.builtin.template :
4242 owner : " {{ host_config.softioc_user }}"
4343 group : " {{ host_config.softioc_group }}"
4444 mode : " 0664"
45- when : deploy_ioc_merged_env .model == "pump33dds"
45+ when : ioc .model == "pump33dds"
You can’t perform that action at this time.
0 commit comments