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
Commits
0f295cbb
Commit
0f295cbb
authored
7 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
ansible-playbooks/general#72 Replace all include with include_tasks
parent
bd66b347
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/install.yml
+4
-4
4 additions, 4 deletions
tasks/install.yml
tasks/main.yml
+3
-3
3 additions, 3 deletions
tasks/main.yml
with
7 additions
and
7 deletions
tasks/install.yml
+
4
−
4
View file @
0f295cbb
...
...
@@ -24,7 +24,7 @@
tags
:
always
-
name
:
"
Configure
Apache"
include
:
apache.yml
include
_tasks
:
apache.yml
with_items
:
'
{{
drupal.domains
}}'
loop_control
:
loop_var
:
drupal_domain
...
...
@@ -80,7 +80,7 @@
with_items
:
'
{{
drupal.links|default([])
}}'
tags
:
'
deploy'
-
include
:
scss.yml
-
include
_tasks
:
scss.yml
with_items
:
'
{{
drupal.scss_dir|default([])
}}'
loop_control
:
loop_var
:
scss_dir
...
...
@@ -115,7 +115,7 @@
with_items
:
'
{{
drupal.domains
}}'
when
:
item.install|default(true)
-
include
:
files.yml
-
include
_tasks
:
files.yml
with_nested
:
-
'
{{
drupal.domains
}}'
-
[
'
files'
,
'
private'
]
...
...
@@ -201,7 +201,7 @@
tags
:
'
deploy'
-
name
:
"
Install
Drupal
Databases
and
Users"
include
:
mysql.yml
include
_tasks
:
mysql.yml
with_items
:
'
{{
drupal.domains
}}'
loop_control
:
loop_var
:
drupal_domain
...
...
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
3
−
3
View file @
0f295cbb
...
...
@@ -7,7 +7,7 @@
-
block
:
-
name
:
"
Install
Certs"
include
:
'
../../letsencrypt/tasks/cert.yml'
include
_tasks
:
'
../../letsencrypt/tasks/cert.yml'
with_subelements
:
-
'
{{
drupal_settings
}}'
-
domains
...
...
@@ -20,7 +20,7 @@
-
block
:
-
name
:
"
Install
Drupal"
include
:
install.yml
include
_tasks
:
install.yml
with_items
:
'
{{
drupal_settings
}}'
loop_control
:
loop_var
:
drupal
...
...
@@ -30,7 +30,7 @@
-
block
:
-
name
:
"
Collect
Drupal
Configuration"
include
:
collect_config/main.yml
include
_tasks
:
collect_config/main.yml
with_items
:
'
{{
drupal_settings
}}'
loop_control
:
loop_var
:
drupal
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment