nefarious: all the stuff
This commit is contained in:
parent
4a75b2365c
commit
b7d3ed7f18
12 changed files with 197 additions and 35 deletions
|
|
@ -14,13 +14,13 @@
|
|||
- 'postgres'
|
||||
|
||||
- name: Ensure configuration directory is present
|
||||
file:
|
||||
ansible.builtin.file:
|
||||
path: '/etc/miniflux'
|
||||
state: directory
|
||||
mode: '0755'
|
||||
|
||||
- name: Ensure compose file is present
|
||||
template:
|
||||
ansible.builtin.template:
|
||||
src: 'compose.yml.j2'
|
||||
dest: '/etc/miniflux/compose.yml'
|
||||
mode: '0644'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue