Skip to content

Commit c5c05aa

Browse files
Merge pull request #1 from karolyczovek/patch-1
Update main.yml, specify shell to run configure script
2 parents 567ccfc + f20b4ed commit c5c05aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
- --strip-components=1
4242

4343
- name: build
44-
shell: "./configure --prefix=$INSTALL_DIR && make && make install"
44+
shell: "sh ./configure --prefix=$INSTALL_DIR && make && make install"
4545
args:
4646
chdir: "{{ rrdtool_build_dir }}"
4747
environment:

0 commit comments

Comments
 (0)