Commit Graph

6 Commits (e5419a273874d23b062f6ce6c229b7ac14c66a44)

Author SHA1 Message Date
Brian Coca 4c59da1cf4 documenting behaviour as clear as possible 8 years ago
Brian Coca 2373810034 updated set_fact docs with note about typing 8 years ago
Brian Coca 21f6390fa3 clarified set_fact function 9 years ago
Greg DeKoenigsberg 2a5f0bde87 Proper author info for all remaining modules 9 years ago
Nathaniel 5aae7f3e51 Update set_fact.py
Context: I recently discovered that when setting a fact, key=value pairs and complex arguments differ in how the fact is stored. For example, when attempting to use complex arguments using key=values, the result can be stored as a unicode string as opposed to an object/list/etc.

I'm hoping the above example update will better demonstrate to and instruct people to use complex arguments instead of key=value pairs in certain situations.
10 years ago
Michael DeHaan 0be8798858 Renames. 10 years ago