copperi / fedora-infra / ansible

Forked from fedora-infra/ansible 3 years ago
Clone

5521d83 ipa/client: Deal with hosts without IPA settings

Authored and Committed by nphilipp 3 years ago
    ipa/client: Deal with hosts without IPA settings
    
    Don't attempt to loop over undefined variables. This can happen if the
    relevant `ipa_*` variables aren't defined for any host in the play.
    
    Signed-off-by: Nils Philippsen <nils@redhat.com>