Skip to content
  • Matt Thompson's avatar
    Add run_once to 'copy keys to the ansible server' · 5db9f45c
    Matt Thompson authored
    I have seen a number of failures on this task due to mismatch of
    checksum of source file and destination.  I suspect this is due to a
    race condition caused by several hosts simultaneously copying the same
    file to single location on the deployment server.
    
    This change simply updates the 'copy keys to the ansible server' task
    by adding 'run_once', which limits the task to being run on a single
    MON host.
    
    Closes issue #410
    5db9f45c