Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ansible
/
common-playbook
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit d0fcc949
authored
Apr 26, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
6b73c56e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
download_application_from_tag.yml
upload_application_from_tag.yml
download_application_from_tag.yml
View file @
d0fcc94
...
...
@@ -61,4 +61,12 @@
-
git
:
repo
:
'
https://ansible@example.com/ansible/application.git'
dest
:
/tmp/dma.3.1.4/application
version
:
dma.3.1.4
\ No newline at end of file
version
:
dma.3.1.4
-
hosts
:
tag_dma.3.4.0
become
:
true
tasks
:
-
git
:
repo
:
'
https://ansible@example.com/ansible/application.git'
dest
:
/tmp/dma.3.4.0/application
version
:
dma.3.4.0
\ No newline at end of file
upload_application_from_tag.yml
View file @
d0fcc94
...
...
@@ -53,4 +53,12 @@
-
copy
:
src
:
/tmp/dma.3.1.4/application
dest
:
/tmp
mode
:
0744
-
hosts
:
04_upload-dma-3.4.0
become
:
true
tasks
:
-
copy
:
src
:
/tmp/dma.3.4.0/application
dest
:
/tmp
mode
:
0744
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment