mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
- Makefile now works with freebsd (date command options are diff)
date still issues warning and ignores TZ - Updated tests to work inside bsd jails (127 addresses are an issue) Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
This commit is contained in:
@@ -137,7 +137,7 @@ class TestPlaybook(unittest.TestCase):
|
||||
print "**ACTUAL**"
|
||||
print utils.jsonify(actual, format=True)
|
||||
expected = {
|
||||
"127.0.0.2": {
|
||||
"localhost": {
|
||||
"changed": 9,
|
||||
"failures": 0,
|
||||
"ok": 11,
|
||||
|
||||
Reference in New Issue
Block a user