oliverdavies.uk/tools/ansible/includes/build-talk-slides.yml

7 lines
232 B
YAML
Raw Normal View History

2020-08-12 00:46:08 +01:00
---
- name: Generate static slides for talks
shell: >
npm install; npx reveal-md slides.md --static --static-dirs=assets
chdir={{ ansistrano_release_path.stdout }}/slides/{{ item }}
with_items: '{{ slides_repo_names }}'