🐛: exclude exception
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
name: "{{ freshrss_pg_role }}"
|
||||
password: "{{ freshrss_pg_password }}"
|
||||
|
||||
- name: Create roundcube db
|
||||
- name: Create freshrss db
|
||||
become_user: postgres
|
||||
become: true
|
||||
community.postgresql.postgresql_db:
|
||||
|
@@ -18,7 +18,7 @@
|
||||
mode: "a-rwx,u+rwX,g+rX"
|
||||
extra_opts: ['--strip-components=1']
|
||||
exclude:
|
||||
- "{{ freshrss_config_path }}"
|
||||
- "config/config.php"
|
||||
|
||||
- name: Put freshrss configuration file
|
||||
ansible.builtin.template:
|
||||
|
Reference in New Issue
Block a user