mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
git module now with clone parameter and update=no reverted
This commit is contained in:
parent
2664de55fb
commit
64c256b356
2 changed files with 2 additions and 1 deletions
|
@ -146,6 +146,7 @@
|
|||
git:
|
||||
repo: '{{ repo_format1 }}'
|
||||
update: no
|
||||
clone: no
|
||||
accept_hostkey: yes
|
||||
register: git_result
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue