You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/utilities/logic
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
..
__init__.py added missing init.py for utilities modules 10 years ago
assert.py Renames. 10 years ago
async_status.py Move internal category to utilities to remove one more category from the left hand menu, keeping it concise. 10 years ago
async_wrapper.py Move internal category to utilities to remove one more category from the left hand menu, keeping it concise. 10 years ago
debug.py Renames. 10 years ago
fail.py Renames. 10 years ago
include_vars.py Renames. 10 years ago
pause.py Renames. 10 years ago
set_fact.py Update set_fact.py 10 years ago
wait_for.py added docs to show wait_for default timeout settings 10 years ago