- name: Create project-config dir file: path: '{{ project_config_dest }}' state: directory - name: Sync project-config repo synchronize: src: '{{ project_config_src }}/{{ project_config_subdir }}' dest: '{{ project_config_dest }}' no_log: '{{ silence_synchronize }}'