mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07: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:
parent
c52f355bcb
commit
4ecf85392e
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue