Update git submodules

* Update bifrost from branch 'master'
  - Make explicit fact gathering timeout configurable
    
    Implicit fact gathering performed at the beginning of a play uses the
    DEFAULT_GATHER_TIMEOUT [1] config option. Invoking the setup module
    directly does not use this option, instead takes a gather_timeout module
    argument.
    
    This change adds a fact_gather_timeout variable that is used when
    invoking the setup module directly. The default value is given by the
    DEFAULT_GATHER_TIMEOUT config option.
    
    [1]
    https://docs.ansible.com/ansible/2.4/config.html#default-gather-timeout
    
    Change-Id: I50bcfc264b61686ffcb1341b737f4354067bd03c
This commit is contained in:
Mark Goddard 2019-01-21 12:23:17 +00:00 committed by Gerrit Code Review
parent c3f7018d11
commit d3520fe1b8
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 225198e0507788d21a176c2aa11e05c664e5e39b
Subproject commit 53fa0c9eaa56bd6f7f1215fa64466f001c6112e1