Difference between revisions of "Git:"

From wikieduonline
Jump to navigation Jump to search
(Created page with "https://docs.ansible.com/ansible/latest/collections/ansible/builtin/git_module.html == See also == * {{Ansible}} Category:Ansible")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{lowercase}}
 
https://docs.ansible.com/ansible/latest/collections/ansible/builtin/git_module.html
 
https://docs.ansible.com/ansible/latest/collections/ansible/builtin/git_module.html
  
 +
 +
- name: [[Clone]] a repo
 +
    ansible.builtin.git:
 +
    repo: https://github.com/ansible/ansible-examples.git
 +
    dest: /src/ansible-examples
  
 
== See also ==
 
== See also ==

Latest revision as of 09:09, 1 November 2021

Advertising: