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

ansible-playbooks/general#85 Linting [skip-ci]

parent ff0699ec
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
dest: /etc/apache2/sites-available/discourse{{ apache_conf_ext }}
owner: root
group: root
mode: 664
mode: 0664
notify:
- "Apache | Restart Apache"
......@@ -25,6 +25,6 @@
password: '{{ discourse_apache_auth.password }}'
owner: root
group: root
mode: 664
mode: 0664
when: discourse_apache_auth is defined
......@@ -16,7 +16,7 @@
dest: /var/discourse/containers/app.yml
owner: root
group: root
mode: 664
mode: 0664
- name: Install and Build
shell: /var/discourse/launcher rebuild app
......
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