diff options
author | Julien Dessaux | 2021-06-29 18:23:26 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-06-30 11:26:00 +0200 |
commit | 6e2e7d557489f63b2291a0788e49e2ec2ddf4064 (patch) | |
tree | a774aadbe90c618444cecfe0d4dc383368645477 /tasks/client_OpenBSD.yml | |
parent | Added gitignore file for __pycache__ folder (diff) | |
download | borg-ansible-role-6e2e7d557489f63b2291a0788e49e2ec2ddf4064.tar.gz borg-ansible-role-6e2e7d557489f63b2291a0788e49e2ec2ddf4064.tar.bz2 borg-ansible-role-6e2e7d557489f63b2291a0788e49e2ec2ddf4064.zip |
Added FreeBSD support1.1.0
Diffstat (limited to '')
-rw-r--r-- | tasks/client_OpenBSD.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/client_OpenBSD.yml b/tasks/client_OpenBSD.yml index a566949..53e2ad1 100644 --- a/tasks/client_OpenBSD.yml +++ b/tasks/client_OpenBSD.yml @@ -3,5 +3,5 @@ lineinfile: line: '0 23 * * * /usr/local/bin/adyxax_backup.sh' path: /var/cron/tabs/root - notify: restart openbsd cron + notify: restart bsd cron ... |