We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6032392 commit d662833Copy full SHA for d662833
.gitignore
@@ -1,3 +1,13 @@
1
-.idea
+*~
2
+*.lock
3
+*.DS_Store
4
+*.swp
5
+*.out
6
+.idea/
7
+.project/
8
+.settings
9
+.buildpath
10
+/*.sublime-project
11
+*.sublime-workspace
12
.vagrant
13
provisioning/roles/sandbox/tasks/main.yml
@@ -105,6 +105,13 @@
105
- /etc/php5/apache2/php
106
- /etc/php5/cli/php
107
108
+- name: Link PHP Mcrypt to PHP SAPIs (because Ubuntu doesnt)
109
+ file: src=../../mods-available/mcrypt.ini path=/etc/php5/{{item}}/conf.d/20-mcrypt.ini state=link
110
+ with_items:
111
+ - apache2
112
+ - cli
113
+ ignore_errors: yes
114
+
115
- name: Set Pear Config
116
command: "{{item}}"
117
with_items:
0 commit comments