mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
udm_user: fix broken import
Tested with: from datetime import datetime, timedelta from dateutil.relativedelta import relativedelta n = datetime.now() assert n + timedelta(days=365) == n + relativedelta(years=1)
This commit is contained in:
committed by
Toshio Kuratomi
parent
c52f355bcb
commit
4ecf85392e
@@ -44,7 +44,6 @@ lib/ansible/modules/cloud/google/gc_storage.py
|
||||
lib/ansible/modules/cloud/google/gcdns_record.py
|
||||
lib/ansible/modules/cloud/google/gcdns_zone.py
|
||||
lib/ansible/modules/cloud/ovirt/ovirt_disks.py
|
||||
lib/ansible/modules/cloud/univention/udm_user.py
|
||||
lib/ansible/modules/cloud/webfaction/webfaction_app.py
|
||||
lib/ansible/modules/cloud/webfaction/webfaction_db.py
|
||||
lib/ansible/modules/cloud/webfaction/webfaction_domain.py
|
||||
|
||||
Reference in New Issue
Block a user