Skip to content

Commit

Permalink
ansible: run package-upgrade before baselayout
Browse files Browse the repository at this point in the history
The role package-upgrade should run before baselayout, to ensure that
the package databases are updated and baselayout can install packages.

PR-URL: #735
Reviewed-By: Refael Ackermann <[email protected]>
  • Loading branch information
joaocgreis committed Aug 29, 2017
1 parent 7d56ea4 commit c57f2c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/playbooks/create-webhost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
- hosts: infra-digitalocean-ubuntu1604-x64-1
roles:
- bootstrap
- baselayout
- package-upgrade
- baselayout
- { role: nginx, sites: [ 'nodejs.org', 'iojs.org', 'dist.libuv.org' ] }

pre_tasks:
Expand Down
2 changes: 1 addition & 1 deletion ansible/playbooks/jenkins/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

roles:
- bootstrap
- baselayout
- package-upgrade
- baselayout
- jenkins-worker

vars:
Expand Down

0 comments on commit c57f2c3

Please sign in to comment.