Get without quotes and always replace

This commit is contained in:
Luke Murphy 2020-03-23 18:20:19 +01:00
parent 164bfc3412
commit 07b83d4835
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 1 deletions

View File

@ -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