Skip to content

Commit 3f28df7

Browse files
committed
Fix execution on Ubuntu 18.04
1 parent 2fc6704 commit 3f28df7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

playbooks/prepare-machine.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,10 @@
9696
set_fact:
9797
args: "{{ default_role_fail2ban | combine(role_fail2ban | default({}), recursive=True) }}"
9898

99+
- name: Touch /var/log/auth.log
100+
become: yes
101+
path: /var/log/auth.log
102+
state: touch
103+
99104
- include_role: name=oefenweb.fail2ban
100105
tags: fail2ban

0 commit comments

Comments
 (0)