Skip to content

Instantly share code, notes, and snippets.

@nithyadurai87
Created November 23, 2020 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nithyadurai87/3d70b0aa288c2f398d4467f1053620d3 to your computer and use it in GitHub Desktop.
Save nithyadurai87/3d70b0aa288c2f398d4467f1053620d3 to your computer and use it in GitHub Desktop.
- hosts: all
become: true
tasks:
- name: Update apt
apt: update_cache=yes
- name: Install mysql
apt: name=mysql-client state=latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment