This commit is contained in:
parent
3139e6bd9b
commit
62e7a952c1
@ -1,3 +1,2 @@
|
|||||||
---
|
---
|
||||||
- include_tasks: setup.yml
|
- include_tasks: setup.yml
|
||||||
- include_tasks: post.yml
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
- name: Ensure renovatebot timer is up and running
|
|
||||||
systemd:
|
|
||||||
name: renovate.timer
|
|
||||||
daemon_reload: yes
|
|
||||||
enabled: yes
|
|
||||||
state: started
|
|
||||||
become: True
|
|
||||||
become_user: root
|
|
@ -17,5 +17,12 @@
|
|||||||
src: etc/systemd/system/renovate.service.j2
|
src: etc/systemd/system/renovate.service.j2
|
||||||
dest: /etc/systemd/system/renovate.service
|
dest: /etc/systemd/system/renovate.service
|
||||||
notify: __renovate_restart
|
notify: __renovate_restart
|
||||||
|
|
||||||
|
- name: Ensure renovatebot timer is up and running
|
||||||
|
systemd:
|
||||||
|
name: renovate.timer
|
||||||
|
daemon_reload: yes
|
||||||
|
enabled: yes
|
||||||
|
state: started
|
||||||
become: True
|
become: True
|
||||||
become_user: root
|
become_user: root
|
||||||
|
@ -6,4 +6,6 @@ RENOVATE_AUTODISCOVER="{{ renovatebot_autodiscover | bool | lower }}"
|
|||||||
RENOVATE_ENDPOINT="{{ renovatebot_endpoint }}"
|
RENOVATE_ENDPOINT="{{ renovatebot_endpoint }}"
|
||||||
RENOVATE_GIT_AUTHOR="{{ renovatebot_git_author }}"
|
RENOVATE_GIT_AUTHOR="{{ renovatebot_git_author }}"
|
||||||
RENOVATE_PLATFORM="{{ renovatebot_platform }}"
|
RENOVATE_PLATFORM="{{ renovatebot_platform }}"
|
||||||
|
{% if renovatebot_token is defined %}
|
||||||
RENOVATE_TOKEN="{{ renovatebot_token }}"
|
RENOVATE_TOKEN="{{ renovatebot_token }}"
|
||||||
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user