File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ [defaults]
2
+ allow_world_readable_tmpfiles =True
Original file line number Diff line number Diff line change 16
16
when : ansible_os_family == 'Debian'
17
17
18
18
19
- - name : Create PIP requirements file
19
+ - name : Create PIP requirements file
20
20
copy : src=opt/graphite/requirements.txt dest=/tmp/requirements.txt
21
21
22
22
68
68
69
69
70
70
- name : Setup sqlitedb
71
- command : /usr/bin/python manage.py syncdb --noinput chdir=/opt/graphite/webapp/graphite
72
- creates=/opt/graphite/storage/graphite.db
71
+ command : /usr/bin/python manage.py syncdb --noinput chdir=/opt/graphite/webapp/graphite creates=/opt/graphite/storage/graphite.db
73
72
register : sqlite_setup
73
+ become_user : " {{ apache_user }}"
74
74
75
75
76
76
- name : Wait for sqlitedb to be setup
You can’t perform that action at this time.
0 commit comments