GeoNode / ansible-geonode

Ansible GeoNode Scripts
https://galaxy.ansible.com/GeoNode/geonode/
7 stars 21 forks source link

Refactoring with ansible lint tag resources #51

Closed cppmonkey closed 4 years ago

cppmonkey commented 4 years ago

Refactored a few areas where more appropriate modules were available.

Looks to be an issue with these sections, as they both reference the same file

tasks/geoserver.yml

Tested with the following command.

$ ansible-lint -t resources geonode-v2.yml

---
- hosts: webservers
  remote_user: ubuntu
  vars:
    app_name: my_geonode
    github_user: GeoNode
  roles:
    - { role: geonode.geonode-unwind }