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
cbf064a9700d81337cf45e117194e64bd5f23abd to 233243e4ea23885c3626c14184a96bfff80b1e9b
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
233243e4ea23885c3626c14184a96bfff80b1e9b
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
cbf064a9700d81337cf45e117194e64bd5f23abd
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)
Only call mountpoint tasks when fstype is defined
· 233243e4
jurgenhaas
authored
4 years ago
233243e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/install.yml
+1
-1
1 addition, 1 deletion
tasks/install.yml
with
1 addition
and
1 deletion
tasks/install.yml
View file @
233243e4
...
...
@@ -164,7 +164,7 @@
-
name
:
Include mountpoints
include_tasks
:
mountpoints.yml
with_items
:
'
{{
drupal.mountpoints|default([])
}}'
when
:
drupal.install_extra_dirs|default(true)
when
:
drupal.install_extra_dirs|default(true)
and item.fstype is defined
-
name
:
Include files
include_tasks
:
files.yml
...
...
This diff is collapsed.
Click to expand it.