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
35a7c4367f81982aa80b07aae03515a33b4fc506 to 4d4fba313a7fae4bcf0692e8083ad1b7f50a1c97
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
4d4fba313a7fae4bcf0692e8083ad1b7f50a1c97
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
35a7c4367f81982aa80b07aae03515a33b4fc506
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)
Set permissions to composer cache before calling composer install
· 4d4fba31
jurgenhaas
authored
4 years ago
4d4fba31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/deploy/gitcomposer.yml
+9
-0
9 additions, 0 deletions
tasks/deploy/gitcomposer.yml
with
9 additions
and
0 deletions
tasks/deploy/gitcomposer.yml
View file @
4d4fba31
...
...
@@ -49,6 +49,15 @@
recurse
:
yes
follow
:
no
-
name
:
Set Permissions for current user on composer cache
file
:
path
:
/usr/local/share/cache
owner
:
'
{{
ansible_env.SUDO_USER|default("root")
}}'
group
:
root
mode
:
u+rwX,g+rwX,o+rX
recurse
:
yes
follow
:
no
-
name
:
Run Composer
composer
:
command
:
install
...
...
This diff is collapsed.
Click to expand it.