Skip to content
Snippets Groups Projects

Unify uwsgi python

Merged Hinrikus Wolf requested to merge unify_uwsgi_python into master
1 file
+ 8
1
Compare changes
  • Side-by-side
  • Inline
 
# https://github.com/ansible/ansible/issues/27699
 
- name: ensure git module is able to clone
 
command: mount -o remount,exec /tmp
 
- name: ensure we have our templates
- name: ensure we have our templates
git:
git:
repo: "{{ schilder_templates_url }}"
repo: "{{ schilder_templates_url }}"
dest: "{{ app_home }}/tex"
dest: "{{ app_home }}/tex"
key_file: /root/.ssh/schildergenerator
key_file: /root/.ssh/schilder
version: HEAD
version: HEAD
notify:
notify:
- "restart uwsgi instance {{ app.instance }}"
- "restart uwsgi instance {{ app.instance }}"
 
 
- name: ensure git module is not able to clone anymore
 
command: mount -o remount,noexec /tmp
Loading