diff options
Diffstat (limited to 'docker-reuse-playbook.yaml')
-rw-r--r-- | docker-reuse-playbook.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docker-reuse-playbook.yaml b/docker-reuse-playbook.yaml index 742a193..c187817 100644 --- a/docker-reuse-playbook.yaml +++ b/docker-reuse-playbook.yaml @@ -1,4 +1,12 @@ --- +- name: Load talks + hosts: localhost + tags: create-pads + tasks: + - include_vars: + file: talks.json + name: talks + - name: Set up the emacsconf-front wiki hosts: emacsconf-front tags: front @@ -10,4 +18,4 @@ tags: pad roles: - pad - + |