When used with my current ansible version (from pip3 on ubuntu 19.10) I get the following error
$ ansible-playbook site.yml -K
BECOME password:
ERROR! conflicting action statements: set_fact, always_run
The error appears to be in '/home/thomas/code/escapehat-iac/ansible/current/include/default/debops-contrib.apparmor/tasks/main.yml': line 54, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Check if the running kernel has been started with AppArmor enabled
^ here
When used with my current ansible version (from pip3 on ubuntu 19.10) I get the following error