Skip to content
Snippets Groups Projects
Select Git revision
  • 33594d688300f0039c42f0b4a677c4359dd634be
  • master default protected
  • intros
  • live_sources
  • bootstrap4
  • modules
6 results

moderator.js

Blame
  • Forked from Video AG Infrastruktur / website
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    schilder.yml 402 B
    ---
    
    # https://github.com/ansible/ansible/issues/27699
    # https://github.com/ansible/ansible/issues/30064#issuecomment-487149251
    - name: ensure we have our templates
      git:
        repo: "{{ schilder_templates_url }}"
        dest: "{{ app_home }}/tex"
        key_file: /root/.ssh/schilder
        version: HEAD
      environment:
        TMPDIR: /root/.ansible/tmp
      notify:
        - "restart uwsgi instance {{ app.instance }}"