Skip to content

Instantly share code, notes, and snippets.

@mschirbel
Created January 26, 2019 04:11
Show Gist options
  • Save mschirbel/2d9198f6d37938d868534168e0d0f437 to your computer and use it in GitHub Desktop.
Save mschirbel/2d9198f6d37938d868534168e0d0f437 to your computer and use it in GitHub Desktop.
- name: config on env
copy:
src: .env
dest: /var/www/html/
owner: root
group: root
mode: 0755
- name: resolving permission issues on laravel directory
file:
dest: /var/www/html/
recurse: yes
owner: www-data
group: www-data
mode: 0755
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment