Role name changed
This commit is contained in:
parent
025d57b3b9
commit
dacda31dd7
|
@ -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'
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue