Attached patch updates Ansible to 2.1.1.0 to fix an important bug: using
the cron modules user argument might result in the root users crontab
being cleared, see the following bugreport.
https://github.com/ansible/ansible-modules-core/issues/3344
Thanks.
Frank
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/ansible/Makefile,v
retrieving revision 1.51
diff -u -p -r1.51 Makefile
--- Makefile 27 May 2016 13:54:49 -0000 1.51
+++ Makefile 19 Aug 2016 09:50:04 -0000
@@ -2,7 +2,7 @@
COMMENT = ssh based config management framework
-MODPY_EGG_VERSION = 2.1.0.0
+MODPY_EGG_VERSION = 2.1.1.0
DISTNAME = ansible-${MODPY_EGG_VERSION}
CATEGORIES = sysutils
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/ansible/distinfo,v
retrieving revision 1.39
diff -u -p -r1.39 distinfo
--- distinfo 27 May 2016 13:54:49 -0000 1.39
+++ distinfo 19 Aug 2016 09:50:04 -0000
@@ -1,2 +1,2 @@
-SHA256 (ansible-2.1.0.0.tar.gz) = QDRDtV9lIs+G+bQVRKm2uB99J/CIRG6FM01demMXzK0=
-SIZE (ansible-2.1.0.0.tar.gz) = 1877209
+SHA256 (ansible-2.1.1.0.tar.gz) = Yec5wSOSO6kBafQsVOX1HfdZ7UC04zKnFg19uWPVZ4s=
+SIZE (ansible-2.1.1.0.tar.gz) = 1844349
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/sysutils/ansible/pkg/PLIST,v
retrieving revision 1.19
diff -u -p -r1.19 PLIST
--- pkg/PLIST 27 May 2016 13:54:49 -0000 1.19
+++ pkg/PLIST 19 Aug 2016 09:50:04 -0000
@@ -1669,6 +1669,8 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/ansible/playbook/conditional.pyc
lib/python${MODPY_VERSION}/site-packages/ansible/playbook/handler.py
lib/python${MODPY_VERSION}/site-packages/ansible/playbook/handler.pyc
+lib/python${MODPY_VERSION}/site-packages/ansible/playbook/handler_task_include.py
+lib/python${MODPY_VERSION}/site-packages/ansible/playbook/handler_task_include.pyc
lib/python${MODPY_VERSION}/site-packages/ansible/playbook/helpers.py
lib/python${MODPY_VERSION}/site-packages/ansible/playbook/helpers.pyc
lib/python${MODPY_VERSION}/site-packages/ansible/playbook/included_file.py