Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored module layout and corrected formatting lint errors #50

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Lint[201] Trailing whitespace
  • Loading branch information
Paul Parsons committed Feb 26, 2020

Verified

This commit was signed with the committer’s verified signature.
natanfelles Natan Felles
commit 2e4f9a493c42b6428ae918db784fb37c331e133f
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
galaxy_info:
author: GeoNode Developers
description: An Ansible Role for Installing GeoNode
author: GeoNode Developers
description: An Ansible Role for Installing GeoNode
company: GeoNode Developers
issue_tracker_url: https://github.com/GeoNode/ansible-geonode/issues
license: license (Apache)
2 changes: 1 addition & 1 deletion tasks/apache.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
#
---
- name: ensure apt cache is up to date
apt: update_cache=yes
apt: update_cache=yes
become: yes

- name: ensure apache packages are installed
2 changes: 1 addition & 1 deletion tasks/geonode.yml
Original file line number Diff line number Diff line change
@@ -103,7 +103,7 @@
file: path=/var/www/{{ app_name }}/uploaded/documents/ state=directory mode=0777 owner=www-data group=www-data
become: yes

- name: rename the vassals-default.ini file to the app name
- name: rename the vassals-default.ini file to the app name
file: src=/etc/uwsgi-emperor/vassals/vassals-default.skel dest=/etc/uwsgi-emperor/vassals/{{ app_name }}.ini owner=www-data group=www-data state=link
become: yes
when: not apache
2 changes: 1 addition & 1 deletion tasks/nginx.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
#
---
- name: ensure apt cache is up to date
apt: update_cache=yes
apt: update_cache=yes
become: yes

- name: ensure nginx is installed