From owner-freebsd-ports-bugs@freebsd.org Thu Nov 3 22:34:15 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53A23C2D42C for ; Thu, 3 Nov 2016 22:34:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 289F01B3A for ; Thu, 3 Nov 2016 22:34:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uA3MYE7c021137 for ; Thu, 3 Nov 2016 22:34:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 214176] sysutils/ansible: add patch to fix cron module Date: Thu, 03 Nov 2016 22:34:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: joe@thrallingpenguin.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2016 22:34:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214176 Bug ID: 214176 Summary: sysutils/ansible: add patch to fix cron module Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: joe@thrallingpenguin.com CC: lifanov@mail.lifanov.com CC: lifanov@mail.lifanov.com Flags: maintainer-feedback?(lifanov@mail.lifanov.com) Created attachment 176599 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D176599&action= =3Dedit sysutils/ansible: cron module username handling Ansible `cron' module does not work correctly: when both reading and writing crontab, it fails to understand local-to-remote user mappings and this lead= s to rewriting root's crontab instead of a specified user's. While a similar and related bug was discussed and patched in bug #209789; t= his patch continues the full fix. Both this patch and the previously mentioned bug are mentioned upstream as: https://github.com/ansible/ansible-modules-core/pull/3750 https://github.com/ansible/ansible-modules-core/issue/3344 It would be ideal to have this patch in ports until upstream resolves this. My patch is against 2016Q4 (if needed for head, please yell at me! ;) Do pl= ease consider a merge to-from head to quarterly. --=20 You are receiving this mail because: You are the assignee for the bug.=