Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Jan 15, 2018
1 parent e467955 commit 8184e5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
- hosts: all
become: 'yes'

vars_files:
- defaults/main.yml

roles:
- wordpress

pre_tasks:
- name: Load config overrides (if file exists)
include_vars: '{{ item }}'
Expand All @@ -30,6 +33,7 @@
Vagrant/CN={{ site_name or 'basic-wordpress-vagrant' }}" -days 1000
-keyout /etc/apache2/ssl/basic-wp.key -out /etc/apache2/ssl/basic-wp.crt
when: use_ssl

tasks:
- name: Enable xDebug
command: phpenmod xdebug
Expand Down

0 comments on commit 8184e5a

Please sign in to comment.