From c03aeef6e8e83471c432c0859691528157b3003a Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 18 May 2016 18:56:37 +0300
Subject: [PATCH] - Ansible doesn't create the directory for the retry files if
 it doesn't exist, revert the setting back to /tmp/ .

---
 .ansible.cfg | 2 +-
 LICENSE.txt  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.ansible.cfg b/.ansible.cfg
index 032987f..04c44bb 100644
--- a/.ansible.cfg
+++ b/.ansible.cfg
@@ -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
diff --git a/LICENSE.txt b/LICENSE.txt
index 38c6bf2..ee4c95e 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,6 +1,6 @@
 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
-- 
GitLab