File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5050 - " run_acmesh_config"
5151
5252
53- - name : " Main | Include service or daemon management tasks: best platform matches (if any), then default"
53+ - name : " Main | Include certificate tasks: best platform matches (if any), then default"
5454 ansible.builtin.include_tasks :
5555 file : " {{ __run_acmesh_task_file }}"
5656 apply :
5757 tags :
58- - " run_acmesh_service "
58+ - " run_acmesh_cert "
5959 vars :
60- __run_acmesh_task_file : " {{ role_path }}/tasks/service /{{ __run_acmesh_loop_item }}"
60+ __run_acmesh_task_file : " {{ role_path }}/tasks/cert /{{ __run_acmesh_loop_item }}"
6161 when :
6262 - run_acmesh_state == 'present'
6363 - __run_acmesh_task_file is file
6464 loop : " {{ __run_acmesh_platform_filenames_most_specific_first + ['default.yml'] }}"
6565 loop_control :
6666 loop_var : " __run_acmesh_loop_item"
6767 tags :
68- - " run_acmesh_service "
68+ - " run_acmesh_cert "
6969
7070
7171- name : " Main | Include setup tasks (uninstall): best platform matches (if any), then default"
You can’t perform that action at this time.
0 commit comments