Update git submodules

* Update ansible-role-tripleo-modify-image from branch 'master'
  - Use length to avoid unsupported operations with '>'
    
    The dev_install.yaml script breaks when running python 3 because of
    unsupported comparisions between 'AnsibleUnsafeText' and 'int' with the
    '>' operator.
    
    This is very similar to a bug opened against ansible upstream [0]. We
    can fix the issue by using length explicitly, which ensures we're
    comparing integers to integers since we're dealing with a list.
    
    [0] https://github.com/ansible/ansible/issues/50388
    
    Change-Id: I100639982b75c9d345269ba9bf10defb7e96d774
This commit is contained in:
Lance Bragstad 2019-11-27 07:22:49 -06:00 committed by Gerrit Code Review
parent 9073a3eabd
commit 0e48a65c78
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 66a92a458ea408dc93e10c3ee94727a2940e5279
Subproject commit 970e479c48d5946ac5c3005f6a9945622d0a0f1c