Skip to content

Docker issue effecting last task in playbook #586

Closed Answered by AdamKacenjar
AdamKacenjar asked this question in Q&A
Discussion options

You must be logged in to vote

Solved! Thanks to @martinbrose for the nudge to take better stock of closed issues where I was inspired to add my user to the Docker group. Here's what I did to resolve with some Google searching on how to:

  1. Create the docker group. $ sudo groupadd docker
  2. Add your user to the docker group. $ sudo usermod -aG docker $USER
  3. Log out and log back in so that your group membership is re-evaluated
  4. Run Ansible playbook....success!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Laureeeeeeeeeeeeeeen
Comment options

Answer selected by AdamKacenjar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants