ansible-role-tripleo-modify.../tasks
Lance Bragstad 970e479c48 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
2019-11-27 07:22:49 -06:00
..
dev_install.yml Use length to avoid unsupported operations with '>' 2019-11-27 07:22:49 -06:00
get_original_user.yml get_original_user: override source_image_facts 2019-07-11 05:32:46 +00:00
main.yml Run all linters via pre-commit 2019-02-15 18:22:10 +05:30
modify_image.yml Run all linters via pre-commit 2019-02-15 18:22:10 +05:30
precheck.yml Run all linters via pre-commit 2019-02-15 18:22:10 +05:30
rpm_install.yml Run all linters via pre-commit 2019-02-15 18:22:10 +05:30
yum_install.yml Implement a yum install command 2019-07-03 17:45:21 -06:00
yum_install_buildah.yml Add retires/ignore errors for removing buildah containers 2019-10-02 15:05:07 -06:00
yum_install_docker.yml Implement a yum install command 2019-07-03 17:45:21 -06:00
yum_update.yml Run all linters via pre-commit 2019-02-15 18:22:10 +05:30
yum_update_buildah.yml Add retires/ignore errors for removing buildah containers 2019-10-02 15:05:07 -06:00
yum_update_docker.yml Add missing package manager detect task 2019-10-01 11:34:44 +05:30