Code development platform for open source projects from the European Union institutions
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nodejs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ECGALAXY
nodejs
Commits
f6442d87
Commit
f6442d87
authored
10 months ago
by
Jean-François HOVINNE
Browse files
Options
Downloads
Patches
Plain Diff
fix: Missing privilege (fixes
#22
)
parent
f2196cb3
No related branches found
Branches containing commit
No related tags found
1 merge request
!22
fix: Missing privilege (fixes #22)
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
handlers/main.yml
+1
-0
1 addition, 0 deletions
handlers/main.yml
tasks/setup-Debian.yml
+1
-0
1 addition, 0 deletions
tasks/setup-Debian.yml
with
2 additions
and
0 deletions
handlers/main.yml
+
1
−
0
View file @
f6442d87
...
...
@@ -2,6 +2,7 @@
-
name
:
Update apt cache
ansible.builtin.apt
:
update_cache
:
yes
become
:
true
-
name
:
Clean yum metadata
# noqa: no-changed-when
ansible.builtin.command
:
yum clean metadata
...
...
This diff is collapsed.
Click to expand it.
tasks/setup-Debian.yml
+
1
−
0
View file @
f6442d87
...
...
@@ -4,6 +4,7 @@
name
:
-
apt-transport-https
state
:
present
become
:
true
-
name
:
Disable previous NodeSource repository
ansible.builtin.apt_repository
:
...
...
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