Files
community.general/library
Dag Wieers b39aed8736 Add this module's namespace to the 'module_' namespace.
Much like we currently have *setup* register the variable `module_setup`, we would like other facts-modules register their own namespace. This means that:

 - *network_facts* registers `module_network`
 - *hpilo_facts* registers `module_hw`
 - *vsphere_facts* registers `module_hw`

In retrospect, it would have made more sense to have `setup` register `module_ansible` instead as the setup module uses the `ansible_` namesepace.

Having the `module_` namespace allows us to check whether a certain namespace has already been loaded so we can avoid running the facts module a second time using only_if.

```yaml
 - action: network_facts host=${ansible_hostname_short}
   only_if: is_unset('$module_network')
```
2012-10-08 15:13:17 +02:00
..
2012-10-02 22:32:17 -04:00
2012-10-02 22:32:17 -04:00
2012-10-02 22:32:17 -04:00
2012-10-01 09:18:54 +02:00
2012-10-01 09:18:54 +02:00
2012-10-02 22:43:46 -04:00
2012-10-02 22:43:46 -04:00
2012-09-29 01:26:40 +02:00
2012-10-01 09:18:54 +02:00
2012-10-01 09:18:54 +02:00
2012-10-01 09:18:54 +02:00
2012-10-02 22:43:46 -04:00
2012-10-01 09:18:54 +02:00
2012-10-01 09:18:54 +02:00
2012-09-30 15:34:26 +02:00
2012-10-01 09:18:54 +02:00
2012-10-05 14:59:49 +02:00
2012-09-30 16:58:15 +02:00
2012-10-01 09:18:54 +02:00
2012-10-01 09:18:54 +02:00