Skip to content
Snippets Groups Projects
Commit c03aeef6 authored by nimrod's avatar nimrod
Browse files

- Ansible doesn't create the directory for the retry files if it doesn't...

- Ansible doesn't create the directory for the retry files if it doesn't exist, revert the setting back to /tmp/ .
parent ccf4f0fb
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ fact_caching_timeout = 86400 ...@@ -10,7 +10,7 @@ fact_caching_timeout = 86400
forks = 5 forks = 5
inventory = inventory inventory = inventory
#sudo_exe = sudo # OpenBSD uses doas from 5.8. #sudo_exe = sudo # OpenBSD uses doas from 5.8.
retry_files_save_path = /tmp/ansible_retry/ retry_files_save_path = /tmp/
[ssh_connection] [ssh_connection]
pipelining = True pipelining = True
......
The MIT License (MIT) The MIT License (MIT)
Copyright (c) [year] [fullname] Copyright (c) 2016 Adar Nimrod
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment