cc fedmsg 3: try and fix the 'remove old py2' detection

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-11-26 12:25:21 -08:00
parent 0233052858
commit f4778d2019

View file

@ -62,7 +62,7 @@
find: find:
paths: /usr/lib/python2.7/site-packages paths: /usr/lib/python2.7/site-packages
patterns: "check_compose*" patterns: "check_compose*"
register: py2ccinstalled register: py2ccinstalled
changed_when: "1 != 1" changed_when: "1 != 1"
failed_when: "1 != 1" failed_when: "1 != 1"
check_mode: no check_mode: no