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

Bug: privileg container + restart policy #66

Closed dschier-wtd closed 5 years ago

dschier-wtd commented 5 years ago

The combination of privileg container + restart policy is causing issues, if the container interacts with the underlying linux system.

All new roles should get a mass-update to remove the restart policy, too.

dschier-wtd commented 5 years ago

for now, the developer should decide, if he needs priv or can avoid this specific test (like starting a service that interacts with kernel).