Make command more readable.

This commit is contained in:
Hyperling 2021-02-13 06:16:46 -06:00
parent 27a88191b5
commit 5b892d42f3

View File

@ -88,7 +88,13 @@
when: ansible_distribution == "Pop!_OS"
- name: Ethminer | cmake Flags
shell: "cmake .. -DETHASHCL={{ opencl_flag }} -DETHASHCUDA={{ cuda_flag }} -DAPICORE=ON -DBINKERN=ON -DETHDBUS={{ dbus_flag }} -DUSE_SYS_OPENCL={{ sys_opencl_flag }} -DEVBUILD=ON"
shell: "cmake .. -DETHASHCL={{ opencl_flag }} \
-DETHASHCUDA={{ cuda_flag }} \
-DAPICORE=ON \
-DBINKERN=ON \
-DETHDBUS={{ dbus_flag }} \
-DUSE_SYS_OPENCL={{ sys_opencl_flag }} \
-DEVBUILD=ON"
args:
chdir: /root/Downloads/ethminer/build
when: ethminer_install.failed