Skip to content
Snippets Groups Projects
Commit bcda367a authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting

parent 9c6faf6c
No related branches found
No related tags found
No related merge requests found
......@@ -40,17 +40,17 @@
- expires
- headers
#OAuth !?
#pecl install --soft oauth
#mkdir -p /etc/php5/apache2/conf.d/
#echo "extension=oauth.so" >> /etc/php5/apache2/conf.d/oauth.ini
# OAuth !?
# pecl install --soft oauth
# mkdir -p /etc/php5/apache2/conf.d/
# echo "extension=oauth.so" >> /etc/php5/apache2/conf.d/oauth.ini
- name: OpenPhoto | Checkout OpenPhoto from GitHub
git:
repo: git@github.com:photo/frontend.git
dest: /var/www/openphoto
accept_hostkey: yes
become: false
become: no
- name: OpenPhoto | Prepare directories
file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment