From df7a1f481e26f9c495db76809f7e9b7f7b6e30d3 Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Sun, 31 Mar 2019 23:13:43 +0200
Subject: Add more cheat

---
 cheat/.cheat/ansible | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 cheat/.cheat/ansible

(limited to 'cheat/.cheat/ansible')

diff --git a/cheat/.cheat/ansible b/cheat/.cheat/ansible
new file mode 100644
index 0000000..13fce19
--- /dev/null
+++ b/cheat/.cheat/ansible
@@ -0,0 +1,11 @@
+# Troubleshoutting
+
+When the error is "Operation not permitted" when "chown: changing ownership" you
+just need to activate the following options in file `ansible.cfg`:
+
+```
+allow_world_readable_tmpfiles = True
+pipelining = True
+```
+
+Source: https://stackoverflow.com/questions/47873671/becoming-non-root-user-in-ansible-fails?rq=1
-- 
cgit v1.2.1