mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding spam.py to work servers.
This commit is contained in:
parent
9499f03667
commit
1f7a2e47aa
1 changed files with 11 additions and 0 deletions
|
@ -109,6 +109,17 @@
|
||||||
state: touch
|
state: touch
|
||||||
mode: 0666
|
mode: 0666
|
||||||
|
|
||||||
|
- name: Add spam.py for task-work
|
||||||
|
become: yes
|
||||||
|
copy:
|
||||||
|
owner: "{{ ansible_effective_user_id|int }}"
|
||||||
|
group: "{{ ansible_effective_group_id|int }}"
|
||||||
|
src: /srv/secrets-newsblur/spam/spam.py
|
||||||
|
dest: /srv/newsblur/apps/social/spam.py
|
||||||
|
when: "'task-work' in inventory_hostname"
|
||||||
|
tags:
|
||||||
|
- spam
|
||||||
|
|
||||||
- name: Add sanity checkers cronjob for feeds fetched
|
- name: Add sanity checkers cronjob for feeds fetched
|
||||||
become: yes
|
become: yes
|
||||||
copy:
|
copy:
|
||||||
|
|
Loading…
Add table
Reference in a new issue