Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #150 from oxyc/patch-4
Browse files Browse the repository at this point in the history
PR #150: Move up installation of any extra packages.
  • Loading branch information
geerlingguy committed Jul 4, 2015
2 parents 3d5b33b + 54726ea commit 5dadc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
stat: "path={{ drupal_core_path }}/index.php"
register: drupal_site

- include: tasks/extras.yml
- include: tasks/www.yml
- include: tasks/apparmor.yml
when: ansible_os_family == 'Debian'
Expand All @@ -59,4 +60,3 @@

- include: tasks/drush-aliases.yml
- include: tasks/cron.yml
- include: tasks/extras.yml

0 comments on commit 5dadc0b

Please sign in to comment.