Update 'tasks/main.yml'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
jens 2021-08-26 16:22:28 +00:00
parent c6c3fc73b2
commit fc2f3a77d7
1 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@
force: true
become: true
become_user : "{{ drone_user }}"
register: gitclone
notify: "Build drone"
- name: "Setup systemd service"
template:
@ -43,7 +43,6 @@
notify: "Restart drone"
args:
chdir: "{{ drone_home }}/drone/cmd/drone-server"
when: gitclone.changed # noqa no-handler
- name: "Clone runner"
get_url: