summaryrefslogtreecommitdiffstats
path: root/roles/live/tasks/main.yml
blob: cb0029a1cfff70e3427498a22b4f690c27af42de (plain) (blame)
1
2
3
4
5
6
7
8
9
- name: Create the directory for this year
  file:
    path: /var/www/live.emacsconf.org/{{ item }}
    owner: "{{ emacsconf_user }}"
    group: "{{ emacsconf_user }}"
    state: directory
  loop:
    - "{{ emacsconf_year }}"
    - "{{ emacsconf_year }}/watch"