Remove action: in all roles.
This commit is contained in:
parent
5c0cca432b
commit
f0c80375b5
50 changed files with 139 additions and 139 deletions
|
@ -79,7 +79,7 @@
|
|||
- pkgdb
|
||||
|
||||
- name: set sebooleans so pkgdb2 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 @@
|
|||
- pkgdb
|
||||
|
||||
- name: set sebooleans so apache can send emails
|
||||
action: seboolean name=httpd_can_sendmail
|
||||
seboolean: name=httpd_can_sendmail
|
||||
state=true
|
||||
persistent=true
|
||||
tags:
|
||||
|
@ -95,7 +95,7 @@
|
|||
- pkgdb
|
||||
|
||||
- name: set sebooleans so apache can talk to memcached0*
|
||||
action: seboolean name=httpd_can_network_memcache
|
||||
seboolean: name=httpd_can_network_memcache
|
||||
state=true
|
||||
persistent=true
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue