- 17 Jun, 2013 1 commit
-
-
Michael DeHaan committed
-
- 15 Jun, 2013 1 commit
-
-
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
Jan-Piet Mens committed
-
- 01 Jun, 2013 1 commit
-
-
Michael DeHaan committed
-
- 29 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 18 Apr, 2013 1 commit
-
-
This module allows you to set host facts (or export play variables to the playbook scope if you fancy that). The module also accepts complex arguments. ```yaml - action: set_fact fact="something" global_fact="${local_var}"' - action: set_fact args: fact: something global_fact: ${local_var} ```
Dag Wieers committed
-