--- - name: Create work directory file: path: "{{ workdir_path }}" owner: "{{ user }}" group: "{{ user }}" state: directory - name: Create virtualenvs directory file: path: "{{ virtualenvs_path }}" owner: "{{ user }}" group: "{{ user }}" state: directory