--- - name: RedHat/CentOS - Install httplib2 to use the uri module yum: pkg: 'python-httplib2' state: 'latest' sudo: True sudo_user: root