File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 6464 - gnu-parallel-install
6565 - gnu-parallel-install-build
6666
67- - name : version check
68- ansible.builtin.shell : > # noqa risky-shell-pipe
67+ - name : version check # noqa risky-shell-pipe
68+ ansible.builtin.shell : >
6969 tar -jtf {{ gnu_parallel_download_path }}/{{ gnu_parallel_download_url | basename }} | head -n 1
7070 args :
7171 warn : false
9090 - gnu-parallel-install
9191 - gnu-parallel-install-build
9292
93- - name : install
93+ - name : install # noqa no-handler
9494 when : _unarchive is changed
9595 tags :
9696 - configuration
104104 ./configure
105105 args :
106106 chdir : " {{ gnu_parallel_build_path }}/{{ _version_check.stdout }}"
107+ changed_when : true
107108 tags :
108109 - gnu-parallel-install-build-configure
109110
112113 make -j{{ ansible_processor_cores + 1 }}
113114 args :
114115 chdir : " {{ gnu_parallel_build_path }}/{{ _version_check.stdout }}"
116+ changed_when : true
115117 tags :
116118 - gnu-parallel-install-build-make
117119
120122 make install
121123 args :
122124 chdir : " {{ gnu_parallel_build_path }}/{{ _version_check.stdout }}"
125+ changed_when : true
123126 tags :
124127 - gnu-parallel-install-build-make-install
125128
You can’t perform that action at this time.
0 commit comments