Skip to content

Instantly share code, notes, and snippets.

@gin0606
Created May 7, 2015 08:15
Show Gist options
  • Save gin0606/5c20d8d6aa3c56027d3b to your computer and use it in GitHub Desktop.
Save gin0606/5c20d8d6aa3c56027d3b to your computer and use it in GitHub Desktop.
- stat: path=~/.bash_profile
register: bash_profile
- file: path=~/.bash_profile state=touch
when: not bash_profile.stat.exists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment