Select Git revision
schilder.yml
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
schilder.yml 456 B
# 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
git:
repo: "{{ schilder_templates_url }}"
dest: "{{ app_home }}/tex"
key_file: /root/.ssh/schilder
version: HEAD
notify:
- "restart uwsgi instance {{ app.instance }}"
- name: ensure git module is not able to clone anymore
command: mount -o remount,noexec /tmp