Get without quotes and always replace
This commit is contained in:
parent
164bfc3412
commit
07b83d4835
@ -47,7 +47,7 @@
|
||||
state: present
|
||||
|
||||
- name: Retrieve application container IP address
|
||||
shell: "dokku ps:inspect gitea | jq .[0].NetworkSettings.IPAddress"
|
||||
shell: "dokku ps:inspect gitea | jq -r .[0].NetworkSettings.IPAddress"
|
||||
register: dokku_ps_inspect
|
||||
|
||||
- name: Setup the SSH passthrough script
|
||||
@ -60,6 +60,7 @@
|
||||
owner: git
|
||||
group: git
|
||||
mode: "+x"
|
||||
force: true
|
||||
become: true
|
||||
|
||||
- name: Symlink the authorized keys configuration
|
||||
|
Reference in New Issue
Block a user