Switch repo for gitweb, fix apache handler

God dammit Ubuntu
This commit is contained in:
Salt 2020-02-26 19:10:21 -06:00
parent 660c257f30
commit 968ca2eeaf
3 changed files with 4 additions and 4 deletions

View File

@ -37,9 +37,9 @@
redirect_webroot: "/var/www/redirect"
- role: gitweb
vars:
gitweb_repo: "https://gitlab.com/rehashedsalt/assburgers"
gitweb_repo: "https://gitlab.com/rehashedsalt/www"
gitweb_url: "www.assburgers.club"
gitweb_webroot: "/var/www/assburgers"
gitweb_webroot: "/var/www/www"
- role: dokuwiki
vars:
dokuwiki_tgz: "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz"

View File

@ -42,7 +42,7 @@
mode: "0600"
- name: Create system copy of Ansible repo
git:
repo: https://gitlab.com/rehashedsalt/ansible
repo: "https://gitlab.com/rehashedsalt/ansible"
dest: /opt/ansible-repo
- name: Set up pull and run cronjob
cron:

View File

@ -3,6 +3,6 @@
---
- name: restart apache
service:
name: apache
name: apache2
state: restarted
become: yes