Ansible: `lsb_release` Variable

The lsb_release -sc command displays the release codename of a Linux distribution in a short format. You can often meet this command while adding APT repositories, e.g. sudo apt-add-repository “deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main”. To get the output of the lsb_release -sc command in Ansible, there is no actually a need to execute this […]