Create an empty git repo or reinitialize an existing one
$ git initCreate an empty git repo or reinitialize an existing one
$ git initJon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
| --- | |
| hosts: all | |
| tasks: | |
| - name: add github ssh key | |
| copy: > | |
| src=files/id_rsa.github | |
| dest=/root/.ssh/id_rsa.github | |
| owner=root | |
| group=root |