|
|
|
@ -95,7 +95,7 @@ Note that when combining `when` with `with_items` (see :doc:`playbooks_loops`),
|
|
|
|
Loading in Custom Facts
|
|
|
|
Loading in Custom Facts
|
|
|
|
```````````````````````
|
|
|
|
```````````````````````
|
|
|
|
|
|
|
|
|
|
|
|
It's also easy to provide your own facts if you want, which is covered in :doc:`moduledev`. To run them, just
|
|
|
|
It's also easy to provide your own facts if you want, which is covered in :doc:`developing_modules`. To run them, just
|
|
|
|
make a call to your own custom fact gathering module at the top of your list of tasks, and variables returned
|
|
|
|
make a call to your own custom fact gathering module at the top of your list of tasks, and variables returned
|
|
|
|
there will be accessible to future tasks::
|
|
|
|
there will be accessible to future tasks::
|
|
|
|
|
|
|
|
|
|
|
|
|