Skip to content
Snippets Groups Projects
Verified Commit ff03176e authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

Some review fixes

parent 60f5793d
No related branches found
No related tags found
No related merge requests found
Pipeline #1255 failed
......@@ -20,7 +20,7 @@
file: path="{{ archboxes_git_dir }}" state=directory recurse=yes owner="{{ archboxes_user }}" group="{{ archboxes_user }}" mode=preserve
- name: ensure controller.py of arch-boxes is executable
file: path="{{ archboxes_git_dir }}/controller.py" mode=0744 owner=root group=root
file: path="{{ archboxes_git_dir }}/controller.py" mode=0755 owner=root group=root
- name: replace placeholder to vagrantcloud API Key
no_log: true
......
......@@ -265,7 +265,7 @@
- name: deploy new release
become: true
become_user: archweb
file: path=/etc/uwsgi/vassals/archweb.ini state=touch owner=root group=root mode=0600
file: path=/etc/uwsgi/vassals/archweb.ini state=touch owner=root group=root mode=0644
when: archweb_site and (release.changed or config.changed or virtualenv.changed or archweb_forced_deploy)
notify: restart archweb memcached
......
......@@ -35,7 +35,7 @@
path: /etc/gitlab-runner/config.toml
owner: root
group: root
mode: 0640
mode: 0600
regexp: '^concurrent = .*'
line: concurrent = 100
notify: restart gitlab-runner
......
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