Всем привет, а кто то может подсказать по модулю ansible.builtin.git, у меня вроде клонируется репа всё хорошо, а вот измненеия не подсасываются почему то... вот как выглядит таска
- name: airflow clone dags and plugins
ansible.builtin.git:
repo: "{{git_repo}}"
dest: "{{data_dir}}/dev"
accept_hostkey: true
key_file: "{{git_ssh_path}}/id_rsa"
update: yes
ignore_errors: yes