Remove unused tasks
This commit is contained in:
parent
ec502ea6c5
commit
a5fb429571
1 changed files with 0 additions and 25 deletions
|
@ -8,26 +8,6 @@
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
- name: copy sundry mote configuration
|
|
||||||
template: src={{ item.file }}
|
|
||||||
dest={{ item.location }}/{{ item.dest }}
|
|
||||||
owner=apache group=apache mode=0600
|
|
||||||
with_items:
|
|
||||||
- { file: mote_config.py, location: /etc/mote, dest: config.py }
|
|
||||||
- { file: alembic.ini, location: /etc/nuancier, dest: alembic.ini }
|
|
||||||
changed_when: "1 != 1"
|
|
||||||
tags:
|
|
||||||
- config
|
|
||||||
notify:
|
|
||||||
- restart apache
|
|
||||||
|
|
||||||
- name: create the cache folder where nuancier creates the thumbnails
|
|
||||||
action: file state=directory
|
|
||||||
path=/var/cache/nuancier/cache
|
|
||||||
owner=apache group=apache mode=0700
|
|
||||||
tags:
|
|
||||||
- setup
|
|
||||||
|
|
||||||
- name: replace the mote configuration file by the one with the normal user
|
- name: replace the mote configuration file by the one with the normal user
|
||||||
template: src={{ item.file }}
|
template: src={{ item.file }}
|
||||||
dest="{{ item.location }}/{{ item.file }}"
|
dest="{{ item.location }}/{{ item.file }}"
|
||||||
|
@ -43,11 +23,6 @@
|
||||||
- restart apache
|
- restart apache
|
||||||
- restart memcached
|
- restart memcached
|
||||||
|
|
||||||
- name: set sebooleans so nuancier can talk to the db
|
|
||||||
action: seboolean name=httpd_can_network_connect_db
|
|
||||||
state=true
|
|
||||||
persistent=true
|
|
||||||
|
|
||||||
- name: apply selinux type to static files
|
- name: apply selinux type to static files
|
||||||
file: >
|
file: >
|
||||||
dest=/usr/lib/python2.7/site-packages/mote/static/
|
dest=/usr/lib/python2.7/site-packages/mote/static/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue