--- - include: repository.yml vars: repository_path: "/etc" gitignore_items: - "aliases.db" - "*.swp" - "random.seed" - "openvpn/ipp.txt" tags: - etc-git - name: "Verify /usr/share/scripts presence" stat: path: /usr/share/scripts register: _usr_share_scripts tags: - etc-git - include: repository.yml vars: repository_path: "/usr/share/scripts" gitignore_items: [] when: - _usr_share_scripts.stat.exists - _usr_share_scripts.stat.isdir tags: - etc-git