Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NetData
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
NetData
Commits
f80aaf31
Commit
f80aaf31
authored
7 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Bug fix
parent
dbe3b1c4
No related branches found
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
+2
-2
2 additions, 2 deletions
tasks/install.yml
with
2 additions
and
2 deletions
tasks/install.yml
+
2
−
2
View file @
f80aaf31
...
...
@@ -17,7 +17,7 @@
src
:
'
/opt/{{
netdata_local_archive
}}.zip'
dest
:
'
/opt'
remote_src
:
yes
register
:
netdata_
clone
register
:
netdata_
extract
when
:
netdata_local_archive is defined
notify
:
-
"
Restart
NetData"
...
...
@@ -26,4 +26,4 @@
shell
:
./netdata-installer.sh --dont-wait
args
:
chdir
:
/opt/{{ netdata_local_archive|default('netdata') }}
when
:
netdata_clone.changed
when
:
netdata_clone.changed
or netdata_extract.changed
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