Skip to content

Commit

Permalink
create log directory for ffshmon
Browse files Browse the repository at this point in the history
  • Loading branch information
Grotax committed Sep 30, 2023
1 parent f173429 commit 0337204
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/ffshmon/tasks/install.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
- name: Install curl
ansible.builtin.apt:
name: ['curl']
- name: Create log directory
ansible.builtin.file:
path: /var/log/ffshmon
state: directory
mode: '0755'
- name: Clone ffshmon repository
ansible.builtin.git:
repo: https://github.com/ffsh/ffshmon.git
Expand Down

0 comments on commit 0337204

Please sign in to comment.