Commit b1b53efe authored by Adar Nimrod's avatar Adar 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 398a0d42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ fact_caching_timeout = 86400
forks = 5
inventory = inventory
#sudo_exe = sudo # OpenBSD uses doas from 5.8.
retry_files_save_path = /tmp/ansible_retry/
retry_files_save_path = /tmp/

[ssh_connection]
pipelining = True
+1 −1
Original line number Diff line number Diff line
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
of this software and associated documentation files (the "Software"), to deal