Skip to content

Instantly share code, notes, and snippets.

@nemunaire
Created March 10, 2014 13:37
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 nemunaire/9465051 to your computer and use it in GitHub Desktop.
Save nemunaire/9465051 to your computer and use it in GitHub Desktop.
Minimal Ansible module written in C.
#include<stdio.h>
int main()
{
printf("{ \"changed\": false }");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment