Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
drupal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
drupal
Compare revisions
2ee0d13d040a9d65a4a2e74c5429797b04d90313 to 6e9738a7f22d406c27a75e2c3130e5b2e78461ce
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ansible/roles/drupal
Select target project
No results found
6e9738a7f22d406c27a75e2c3130e5b2e78461ce
Select Git revision
Branches
2331-combine1
2331-combine1-from-master
2331-combine2
2331-combine2-from-master
2331-expressions-using-if
2838-cronjobs-per-host
2838-crontabs-collector
2861-path-password-protection-without-general-pw
2898-service-status
main
10 results
Swap
Target
ansible/roles/drupal
Select target project
ansible/roles/drupal
max/drupal
ericzillmann/drupal
3 results
2ee0d13d040a9d65a4a2e74c5429797b04d90313
Select Git revision
Branches
2331-combine1
2331-combine1-from-master
2331-combine2
2331-combine2-from-master
2331-expressions-using-if
2838-cronjobs-per-host
2838-crontabs-collector
2861-path-password-protection-without-general-pw
2898-service-status
main
10 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Fix finalize tasks in artefact mode
· 6e9738a7
jurgenhaas
authored
4 years ago
6e9738a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/finalize/artefact.yml
+18
-13
18 additions, 13 deletions
tasks/finalize/artefact.yml
with
18 additions
and
13 deletions
tasks/finalize/artefact.yml
View file @
6e9738a7
---
# file: roles/drupal/tasks/finalize/artefact.yml
-
name
:
Move directories
command
:
mv /path/to/foo /path/to/bar
with_items
:
-
src
:
'
{{
webRoot
}}/files'
dest
:
'
{{
tempDeployRoot
}}'
-
src
:
'
{{
webRoot
}}/settings'
dest
:
'
{{
tempDeployRoot
}}'
-
src
:
'
{{
webRoot
}}/web/sites/default'
dest
:
'
{{
tempDeployRoot
}}/web/sites'
-
src
:
'
{{
webRoot
}}'
dest
:
'
{{
webRoot
}}-old'
-
src
:
'
{{
tempDeployRoot
}}'
dest
:
'
{{
webRoot
}}'
-
block
:
-
name
:
Move directories
command
:
mv /path/to/foo /path/to/bar
with_items
:
-
src
:
'
{{
webRoot
}}/files'
dest
:
'
{{
tempDeployRoot
}}'
-
src
:
'
{{
webRoot
}}/settings'
dest
:
'
{{
tempDeployRoot
}}'
-
src
:
'
{{
webRoot
}}/web/sites/default'
dest
:
'
{{
tempDeployRoot
}}/web/sites'
-
src
:
'
{{
webRoot
}}'
dest
:
'
{{
webRoot
}}-old'
-
src
:
'
{{
tempDeployRoot
}}'
dest
:
'
{{
webRoot
}}'
tags
:
-
deploy
This diff is collapsed.
Click to expand it.