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' ```