Fix root_home variable to not be an ansible subdirectory.

This commit is contained in:
Hyperling 2021-03-28 08:59:36 -05:00
parent cc58a0d882
commit 334e355065

View File

@ -4,7 +4,7 @@
## Gather ## ## Gather ##
- name: Miner | Account Management | Gather | Find Root Directory - name: Miner | Account Management | Gather | Find Root Directory
shell: pwd shell: cd ~; pwd
register: root_home register: root_home