Skip to content

Commit

Permalink
Disabled Ansible retry option.
Browse files Browse the repository at this point in the history
- Ansible retry option is mainly for running the tasks on multiple
machines.  This is not currently applicable for satellite-clone.

Fixes RedHatSatellite#304 in Development environment.
  • Loading branch information
sthirugn authored and John Mitsch committed Jan 29, 2018
1 parent 3ca6b61 commit 85c47ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ gathering = smart
fact_caching = jsonfile
fact_caching_connection = $PWD/cache
fact_caching_timeout = 259200
retry_files_enabled = False

0 comments on commit 85c47ae

Please sign in to comment.