From dacda31dd72d83261fadd3e7ba90ba69584a9583 Mon Sep 17 00:00:00 2001 From: Sven Velt Date: Tue, 29 Mar 2022 10:21:55 +0000 Subject: [PATCH] Role name changed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c8eba6..7488c13 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# lxc_rsyslog_no_kernel +# lxc-rsyslog-no-kernel No kernel logging in LXContainers @@ -8,7 +8,7 @@ No kernel logging in LXContainers ``` - hosts: all roles: - - role: lxc_rsyslog_no_kernel + - role: lxc-rsyslog-no-kernel when: ansible_virtualization_role|default('NA') == 'guest' and ansible_virtualization_type|default('NA') == 'lxc' ```