Created
February 5, 2015 23:02
-
-
Save omgjlk/f1dbf46659950a01ac11 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
ansible -i 173.247.106.57, 173.247.106.57 -u ubuntu --private-key envs/test/swiftd.pem --sudo -m service -a "name=derp state=stopped must_exist=no" -vv | |
<173.247.106.57> REMOTE_MODULE service name=derp state=stopped must_exist=no | |
173.247.106.57 | success >> { | |
"changed": false, | |
"exists": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment