haxorof/ansible-role-docker-ce

Pip: No error message if pip is missing

janorn opened this issue · 1 comments

Version Information

Ansible: 2.9.6
Role: 3.1.1

Steps to Reproduce

Run the role on a host missing pip command.
Add this to the playbook:

docker_additional_packages_pip:
  - docker

Expected Behavior

Something...

Actual Behavior

TASK [haxorof.docker_ce : Upgrade/Reinstall PiP] ***********************************************************************
skipping: [127.0.0.1]

TASK [haxorof.docker_ce : Install additional packages (PiP)] ***********************************************************

TASK [haxorof.docker_ce : Test if module ssl_match_hostname exists] ****************************************************
skipping: [127.0.0.1]

My mistake. Variable wasn't used!