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
18e5bc61
Commit
18e5bc61
authored
9 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Optimize mode and ownership changes
parent
56711f87
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/install.yml
+7
-2
7 additions, 2 deletions
tasks/install.yml
with
7 additions
and
2 deletions
tasks/install.yml
+
7
−
2
View file @
18e5bc61
...
...
@@ -2,7 +2,10 @@
# file: roles/drupal/tasks/install.yml
-
name
:
'
Drupal
|
Change
mode
for
web
server
files'
command
:
chmod -R g+w /var/www
file
:
path=/var/www
mode=g+w
recurse=yes
-
name
:
"
Drupal
|
Create
script
to
determine
which
trees
do
not
yet
exist"
template
:
...
...
@@ -75,4 +78,6 @@
when
:
item.root in drupal_missing_repos.stdout_lines and item.src.mode == 'gitscript'
-
name
:
'
Drupal
|
Change
mode
for
web
server
root
directory'
command
:
chmod 755 /var/www
file
:
path=/var/www
mode=755
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