Fix started services list
This commit is contained in:
parent
712a661776
commit
de589ffcf9
2 changed files with 1 additions and 3 deletions
|
@ -121,8 +121,7 @@
|
||||||
service: state=started name=$item
|
service: state=started name=$item
|
||||||
with_items:
|
with_items:
|
||||||
- httpd
|
- httpd
|
||||||
- postgresql
|
- mailman3
|
||||||
- mailman
|
|
||||||
- postfix
|
- postfix
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -18,4 +18,3 @@ DATABASES = {
|
||||||
'PORT': '',
|
'PORT': '',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
KITTYSTORE_URL = 'postgres://kittystoreadmin:{{ mailman_ks_admin_db_pass }}@db02.stg.phx2.fedoraproject.org/kittystore'
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue