Created
May 7, 2015 08:15
-
-
Save gin0606/5c20d8d6aa3c56027d3b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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