You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/deploys.rst
+3-2
Original file line number
Diff line number
Diff line change
@@ -205,14 +205,15 @@ Adding data to inventories was :ref:`described above <data-ref-label>` - you can
205
205
Facts
206
206
*****
207
207
208
-
Facts allow you to use information about the target host to change the operations you use. A good example is switching between `apt` & `yum` depending on the Linux distribution. Like data, facts are accessed using ``host.fact``:
208
+
Facts allow you to use information about the target host to change the operations you use. A good example is switching between `apt` & `yum` depending on the Linux distribution. Facts are imported from ``pyinfra.facts.*`` modules:
0 commit comments