mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix failing sanity and integration tests (#7807)
* Remove some Shippable specific code that trips latest shellcheck. * Rename templated shell script to .sh.j2 to avoid shellcheck disliking the templating. * Copy on the remote, not from controller to remote.
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
- name: Copy templated helper script
|
||||
template:
|
||||
src: obtainpid.sh
|
||||
src: obtainpid.sh.j2
|
||||
dest: "{{ remote_tmp_dir }}/obtainpid.sh"
|
||||
mode: 0755
|
||||
|
||||
|
||||
Reference in New Issue
Block a user