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"