Move fedmsg_base role to the last one to allow ownership of keys files to work right hopefully.
This commit is contained in:
parent
206ed3f776
commit
58b8b85ef0
2 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@
|
|||
- denyhosts
|
||||
- nagios_client
|
||||
- fas_client
|
||||
- fedmsg_base
|
||||
- ask
|
||||
- fedmsg_base
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/hosts.yml"
|
||||
|
|
|
@ -97,7 +97,6 @@
|
|||
- "/srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml"
|
||||
|
||||
roles:
|
||||
- fedmsg_base
|
||||
- role: mailman
|
||||
mailman_dbserver: db02.stg.phx2.fedoraproject.org
|
||||
mailman_postfix_mydestination: "lists.fedoraproject.org, lists.stg.fedoraproject.org"
|
||||
|
@ -106,6 +105,7 @@
|
|||
mailman_hk_db_pass: "{{ mailman_hk_db_pass }}"
|
||||
mailman_ks_admin_db_pass: "{{ mailman_ks_admin_db_pass }}"
|
||||
mailman_ks_db_pass: "{{ mailman_ks_db_pass }}"
|
||||
- fedmsg_base
|
||||
|
||||
tasks:
|
||||
- name: install more needed packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue