Release of EvoBSD 6.8.0 #37

Merged
jlecour merged 168 commits from dev into master 2020-10-23 12:13:36 +02:00
2 changed files with 6 additions and 3 deletions
Showing only changes of commit 6b7c7b80c4 - Show all commits

View file

@ -27,7 +27,8 @@
mode: "0644"
create: true
when:
- not (daily_local_content.stdout | regex_search('sh /usr/share/scripts/zzz_evobackup'))
- not (daily_local_content.stdout
| regex_search('sh /usr/share/scripts/zzz_evobackup'))
tags:
- evobackup

View file

@ -79,7 +79,8 @@
- name: cron job for /etc/.git status is installed
lineinfile:
path: /etc/daily.local
line: '/usr/local/bin/git --git-dir=/etc/.git --work-tree=/etc status --short'
line:
'/usr/local/bin/git --git-dir=/etc/.git --work-tree=/etc status --short'
owner: root
mode: "0644"
create: true
@ -91,7 +92,8 @@
lineinfile:
path: /etc/daily.local
line: 'next_part "Checking /etc git status:"'
insertbefore: '/usr/local/bin/git --git-dir=/etc/.git --work-tree=/etc status --short'
insertbefore:
'/usr/local/bin/git --git-dir=/etc/.git --work-tree=/etc status --short'
when: etc_git_monitor_status
tags:
- etc-git