Skip to content

Instantly share code, notes, and snippets.

@pkoziol
pkoziol / gist:9633f5c4ca4ab9e8a0eb5969db1274f4
Created October 27, 2017 13:58 — forked from hay/gist:1351230
Enterprisify your Java Class Names!
<!doctype html>
<html>
<head>
<title></title>
<style>
body {
background: white;
text-align: center;
padding: 20px;
font-family: Georgia, serif;
@pkoziol
pkoziol / firefly-upgrade.yml
Created February 1, 2018 19:00
Ansible playbook to upgrade https://github.com/firefly-iii/firefly-iii to the new version.
---
- hosts: vps
become: yes
become_user: firefly-iii
vars:
ff_old_version: 4.6.13
ff_new_version: 4.7.0
tasks:
- name: Check if Firefly III {{ ff_new_version }} directory exists
stat: