aws_cloud: don't skip facts gathering

This commit is contained in:
Pavel Raiskup 2020-02-26 15:06:56 +01:00 committed by Pierre-Yves Chibon
parent cf99f80657
commit f7c0971788

View file

@ -116,7 +116,6 @@
check_mode: no check_mode: no
ignore_errors: True ignore_errors: True
register: facts register: facts
when: birthday is defined
# #
# If that failed, then we use the raw module to install things # If that failed, then we use the raw module to install things