Update git submodules

* Update ansible-hardening from branch 'master'
  - Merge "Fix conditional cast to bool"
  - Fix conditional cast to bool
    
    While running the hardening role, I found that a small VM would
    regularly crash ansible on the chrony configuration templating
    task with "A worker was found in a dead state!". An ansible bug[0]
    shows that this can be caused by jinja templating that is not casted
    to the correct type.
    
    After verifying the crash was reproducible 3-4 times in a row, this
    crash stopped occuring once I started casting this variable to a bool.
    
    I don't know if it is coincidence but it can't hurt to cast this
    conditional regardless.
    
    [0] https://github.com/ansible/ansible/issues/32554#issuecomment-382360908
    
    Change-Id: Ie34de1808c807fd31099cc7d3d7b140ccfab64df
This commit is contained in:
Zuul 2019-04-11 18:06:37 +00:00 committed by Gerrit Code Review
parent ab47d26caf
commit 095bac9ce2
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit bb429a9cdf620d5e1ec84251b8a2f507d6c35754
Subproject commit ce4a8dab1396e684423924ce4c5a18135535d34e