Difference between revisions of "Git (Ansible module)"

From wikieduonline
Jump to navigation Jump to search
(Created page with " - git: repo: git://foosball.example.org/path/to/repo.git dest: /srv/checkout == See also == * {{Ansible modules}} Category:Ansible")
 
Line 1: Line 1:
  - git:
+
  #![[/usr/bin/env ansible-playbook]]
    repo: git://foosball.example.org/path/to/repo.git
+
    dest: /srv/checkout
+
- hosts: localhost
 +
  become: yes
 +
 +
  tasks:
 +
    - git:
 +
      repo: git://foosball.example.org/path/to/repo.git
 +
      dest: /srv/checkout
  
  

Revision as of 11:48, 25 November 2020

Advertising: