Use ansible_distribution_release
Rather than lsb_release -c | awk '{ print $2 } it would be better to use ansible_distribution_release, this needs changing in lots of roles.
Rather than lsb_release -c | awk '{ print $2 } it would be better to use ansible_distribution_release, this needs changing in lots of roles.