diff --git a/lxc-rsyslog-no-kernel.yml b/lxc-rsyslog-no-kernel.yml new file mode 100644 index 0000000..e4479a8 --- /dev/null +++ b/lxc-rsyslog-no-kernel.yml @@ -0,0 +1,4 @@ +- hosts: all + roles: + - role: lxc-rsyslog-no-kernel + when: ansible_virtualization_role|default('NA') == 'guest' and ansible_virtualization_type|default('NA') == 'lxc'