mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Don't change file permissions, let's see what happens.
This commit is contained in:
parent
b2cdff8a85
commit
ed0dbd9ef8
2 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"service": {
|
||||
"name": "db-postgres-staging",
|
||||
"name": "db-postgres-secondary",
|
||||
"tags": [
|
||||
"db"
|
||||
],
|
||||
|
|
|
@ -8,14 +8,14 @@
|
|||
owner: nb
|
||||
group: nb
|
||||
|
||||
- name: Ensure nb /srv/newsblur owner
|
||||
become: yes
|
||||
file:
|
||||
path: /srv/newsblur
|
||||
state: directory
|
||||
owner: nb
|
||||
group: nb
|
||||
recurse: yes
|
||||
# - name: Ensure nb /srv/newsblur owner
|
||||
# become: yes
|
||||
# file:
|
||||
# path: /srv/newsblur
|
||||
# state: directory
|
||||
# owner: nb
|
||||
# group: nb
|
||||
# recurse: yes
|
||||
|
||||
- name: Pull newsblur_web github
|
||||
git:
|
||||
|
|
Loading…
Add table
Reference in a new issue