Find bash executable.
This commit is contained in:
parent
5f4bead14a
commit
89ca442da5
@ -3,12 +3,20 @@
|
||||
|
||||
## Global ##
|
||||
|
||||
- name: Miner | Facts | System | My Config File
|
||||
- name: Miner | Facts | System | Global
|
||||
set_fact:
|
||||
file_server: 'ling@leet'
|
||||
|
||||
|
||||
## Executables##
|
||||
|
||||
- name: Miner | Facts | System | Executables
|
||||
shell: "which bash"
|
||||
register: bash_exec
|
||||
|
||||
|
||||
## Config file ##
|
||||
|
||||
- name: Miner | Facts | System | My Config File
|
||||
set_fact:
|
||||
config_file_remote: "InstallFiles/Miners/miner.ini"
|
||||
|
Loading…
x
Reference in New Issue
Block a user