Skip to content

Commit

Permalink
Move config-packages until after Tower is installed (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabrahamsson authored and oybed committed Sep 26, 2019
1 parent 7ec0826 commit ab58c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/ansible/tower/configure-ansible-tower.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

- hosts: ansible-tower
roles:
- role: config-packages
- role: ansible/tower/config-ansible-tower
- role: ansible/tower/config-ansible-tower-license
- role: ansible/tower/config-ansible-tower-ldap
- role: config-packages
tags:
- 'never'
- 'install'
Expand Down

0 comments on commit ab58c2e

Please sign in to comment.