Skip to content

Commit

Permalink
[fix] Fixed role name of dependency ansible role to install influxdb
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed May 12, 2022
1 parent 97e715e commit 6ea996c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:

- src: https://github.com/openwisp/ansible-ow-influxdb
version: origin/master
name: ow-influxdb
name: openwisp.influxdb
when: openwisp2_monitoring and openwisp2_influxdb_install

galaxy_info:
Expand Down
2 changes: 1 addition & 1 deletion molecule/resources/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

- src: https://github.com/openwisp/ansible-ow-influxdb
version: origin/master
name: ow-influxdb
name: openwisp.influxdb

0 comments on commit 6ea996c

Please sign in to comment.