while-true-do / ansible-skeleton

The skeleton to create new ansible roles.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Feat: Testing with unprivileged user in docker #67

Closed dschier-wtd closed 5 years ago

dschier-wtd commented 5 years ago

As a developer for ansible, I want to be able to test Ansible role's 'become: true' statements. Therefore a user is needed in the containers and molecule must use this user for deployments.

Criteria

This feature can be released as minor release.