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 4 additions and 2 deletions
Showing only changes of commit 38273ecf33 - Show all commits

View file

@ -17,7 +17,6 @@
- rsync--
- mtr--
- iftop
- postgresql-client
- sudo--
tags:
- pkg

View file

@ -79,13 +79,16 @@
- 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: {{ item }}
owner: root
mode: "0644"
create: yes
when: etc_git_monitor_status
tags:
- etc-git
with_items:
- 'next_part "Checking /etc git status:"'
- '/usr/local/bin/git --git-dir=/etc/.git --work-tree=/etc status --short'
- name: cron job for /etc/.git status is removed
lineinfile: