Skip to content
Snippets Groups Projects
Commit 34054fa8 authored by jurgenhaas's avatar jurgenhaas
Browse files

Ignore cache and log directories

Disable apt repo
parent b6bc40af
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
repo: 'ppa:costamagnagianfranco/borgbackup'
state: present
mode: 0644
when: false
- name: Install borgbackup
apt:
......
......@@ -13,8 +13,10 @@ exclude_patterns:
- '*.pyc'
- '*/.git'
- '*/.svn'
- '*/vendor/*'
- '*/cache/*'
- '*/log/*'
- '*/node_modules/*'
- '*/vendor/*'
exclude_caches: true
exclude_if_present:
- '.nobackup'
......
......@@ -21,8 +21,10 @@ exclude_patterns:
- '*.pyc'
- '*/.git'
- '*/.svn'
- '*/vendor/*'
- '*/cache/*'
- '*/log/*'
- '*/node_modules/*'
- '*/vendor/*'
exclude_caches: true
exclude_if_present:
- '.nobackup'
......
......@@ -15,8 +15,10 @@ exclude_patterns:
- '*.pyc'
- '*/.git'
- '*/.svn'
- '*/vendor/*'
- '*/cache/*'
- '*/log/*'
- '*/node_modules/*'
- '*/vendor/*'
exclude_caches: true
exclude_if_present:
- '.nobackup'
......
......@@ -15,8 +15,10 @@ exclude_patterns:
- '*.pyc'
- '*/.git'
- '*/.svn'
- '*/vendor/*'
- '*/cache/*'
- '*/log/*'
- '*/node_modules/*'
- '*/vendor/*'
exclude_caches: true
exclude_if_present:
- '.nobackup'
......
......@@ -21,8 +21,10 @@ exclude_patterns:
- '*.pyc'
- '*/.git'
- '*/.svn'
- '*/vendor/*'
- '*/cache/*'
- '*/log/*'
- '*/node_modules/*'
- '*/vendor/*'
exclude_caches: true
exclude_if_present:
- '.nobackup'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment