Commit c1e8f9a4 authored by Joab Bremer's avatar Joab Bremer

Add new file

parent 03006948
---
- hosts: gitlab-runner
sudo: yes
tasks:
#- name: Instalar Cliente git
# yum: name=git state=present
- name: Deploy da aplicação
git: repo=git@10.11.0.23:joab.bremer/automation_usb.git dest=/home/gitlab-runner/automation_usb version=master accept_hostkey=True force=True
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment