Remove action: in all roles.

This commit is contained in:
Kevin Fenzi 2016-01-06 21:58:31 +00:00
parent 5c0cca432b
commit f0c80375b5
50 changed files with 139 additions and 139 deletions

View file

@ -30,7 +30,7 @@
- restart apache
- name: create pictures folder where we upload the pictures
action: file state=directory
file: state=directory
path=/var/cache/nuancier/pictures
owner=apache group=apache mode=0700
tags:
@ -38,7 +38,7 @@
- nuancier
- name: create the cache folder where nuancier creates the thumbnails
action: file state=directory
file: state=directory
path=/var/cache/nuancier/cache
owner=apache group=apache mode=0700
tags:
@ -69,7 +69,7 @@
- restart apache
- name: set sebooleans so nuancier can talk to the db
action: seboolean name=httpd_can_network_connect_db
seboolean: name=httpd_can_network_connect_db
state=true
persistent=true
tags:
@ -87,7 +87,7 @@
- selinux
- name: set sebooleans so apache can use glusterfs
action: seboolean name=httpd_use_fusefs
seboolean: name=httpd_use_fusefs
state=true
persistent=true
tags:
@ -95,7 +95,7 @@
- selinux
- name: set sebooleans so apache can send emails
action: seboolean name=httpd_can_sendmail
seboolean: name=httpd_can_sendmail
state=true
persistent=true
tags: