Skip to content

Instantly share code, notes, and snippets.

@YetiWilson
Created November 5, 2018 21:18
Show Gist options
  • Save YetiWilson/6007ceb80ac3c3aab700711e4f62651d to your computer and use it in GitHub Desktop.
Save YetiWilson/6007ceb80ac3c3aab700711e4f62651d to your computer and use it in GitHub Desktop.
Update ansible playbook with docker start
- name: Start Docker service
service:
name: docker
state: started
enabled: yes
become: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment