Get without quotes and always replace
This commit is contained in:
parent
164bfc3412
commit
07b83d4835
@ -47,7 +47,7 @@
|
|||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Retrieve application container IP address
|
- 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
|
register: dokku_ps_inspect
|
||||||
|
|
||||||
- name: Setup the SSH passthrough script
|
- name: Setup the SSH passthrough script
|
||||||
@ -60,6 +60,7 @@
|
|||||||
owner: git
|
owner: git
|
||||||
group: git
|
group: git
|
||||||
mode: "+x"
|
mode: "+x"
|
||||||
|
force: true
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Symlink the authorized keys configuration
|
- name: Symlink the authorized keys configuration
|
||||||
|
Reference in New Issue
Block a user