Merge "Remove any extra newlines from upgrade script"
This commit is contained in:
commit
40cc25d273
@ -6,6 +6,12 @@
|
||||
mode: 0755
|
||||
remote_src: true
|
||||
|
||||
- name: Remove extra empty lines
|
||||
lineinfile:
|
||||
path: "{{ ugstage.script }}"
|
||||
state: absent
|
||||
regexp: '^$'
|
||||
|
||||
- name: Store last deploy command line
|
||||
command: "tail -1 {{ ugstage.script }}"
|
||||
register: deploy_lastline
|
||||
|
Loading…
x
Reference in New Issue
Block a user