Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sol1 Ansible Roles
sol1-influxdb
Commits
c21e8f85
Commit
c21e8f85
authored
Jan 21, 2016
by
Ross McDonald
Browse files
Fixed typo in apt module call.
parent
780391a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/install-debian.yml
View file @
c21e8f85
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
apt
:
apt
:
name
:
influxdb
name
:
influxdb
state
:
latest
state
:
latest
update_c
h
ache
:
yes
update_cache
:
yes
cache_valid_time
:
3600
cache_valid_time
:
3600
when
:
influxdb_install_url is not defined or influxdb_install_url == None
when
:
influxdb_install_url is not defined or influxdb_install_url == None
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment