Remove action: in all roles.
This commit is contained in:
parent
5c0cca432b
commit
f0c80375b5
50 changed files with 139 additions and 139 deletions
|
@ -35,7 +35,7 @@
|
|||
- restart apache
|
||||
|
||||
- name: create the folder where we store the ssl cert if not already there
|
||||
action: file state=directory
|
||||
file: state=directory
|
||||
path=/etc/pki/tls/certs/
|
||||
owner=root group=root mode=0755
|
||||
|
||||
|
@ -65,7 +65,7 @@
|
|||
- restart apache
|
||||
|
||||
- name: set sebooleans so anitya can talk to the db
|
||||
action: seboolean name={{ item }}
|
||||
seboolean: name={{ item }}
|
||||
state=true
|
||||
persistent=true
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue