diff --git a/python-pypi/ansible/PREPARE b/python-pypi/ansible/PREPARE
new file mode 100755
index 0000000..e707582
--- /dev/null
+++ b/python-pypi/ansible/PREPARE
@@ -0,0 +1 @@
+config_query ANSIBLE_SIMPLEINIT_MSB "Enable experimental simpleinit-msb
(Source Mage init system) support in Ansible?" n
diff --git a/python-pypi/ansible/PRE_BUILD b/python-pypi/ansible/PRE_BUILD
new file mode 100755
index 0000000..26f5342
--- /dev/null
+++ b/python-pypi/ansible/PRE_BUILD
@@ -0,0 +1,9 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+# This one is tracked here: https://github.com/ansible/ansible/pull/19231
+# until we get official support for the init system
+if [[ ${ANSIBLE_SIMPLEINIT_MSB} == y ]]; then
+ verify_file 2 &&
+ patch -p1 < "${SOURCE_CACHE}/${SOURCE2}"
+fi
[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c8d9cef667c191f4f5a2b96c2c1b60fffabae585),
Vlad Glagolev, 04/12/2017