#303 just gather minimum facts from test_runner
Merged by astepano. Opened by bgoncalv.
bgoncalv/standard-test-roles gather-facts  into  master

Download 303.patch

This should improve the performance and fix: https://pagure.io/fedora-ci/general/issue/30

Hi, will it keep vars:

ansible_distribution
ansible_distribution_version
ansible_pkg_mgr

?

It will, example:

# ansible localhost, -m setup -a 'gather_subset=!all' | grep -E "ansible_pkg_mgr|ansible_distribution"
 [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'
        "ansible_distribution": "Fedora", 
        "ansible_distribution_file_parsed": true, 
        "ansible_distribution_file_path": "/etc/redhat-release", 
        "ansible_distribution_file_variety": "RedHat", 
        "ansible_distribution_major_version": "29", 
        "ansible_distribution_release": "Twenty Nine", 
        "ansible_distribution_version": "29", 
        "ansible_pkg_mgr": "dnf", 

@bgoncalv thank you for the provided information. It is useful. ACK to merge.

Commit 891e5df0 fixes this pull-request

Pull-Request has been merged by astepano

Pull-Request has been merged by astepano

Metadata