diff options
author | AlanCoding <arominge@redhat.com> | 2020-06-03 14:44:11 +0200 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2020-06-03 14:44:11 +0200 |
commit | 86f1ba984acfc8eb4e55cb1b65812fc940e7fa81 (patch) | |
tree | 14ca81d7f4442c79a663926ae3148cbee544becd /awx_collection/plugins/lookup | |
parent | Merge pull request #7219 from AlanCoding/config_bug (diff) | |
download | awx-86f1ba984acfc8eb4e55cb1b65812fc940e7fa81.tar.xz awx-86f1ba984acfc8eb4e55cb1b65812fc940e7fa81.zip |
Comply with updated Ansible sanity test rules
Diffstat (limited to 'awx_collection/plugins/lookup')
-rw-r--r-- | awx_collection/plugins/lookup/tower_schedule_rrule.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/awx_collection/plugins/lookup/tower_schedule_rrule.py b/awx_collection/plugins/lookup/tower_schedule_rrule.py index e34751d9ac..0af71b0000 100644 --- a/awx_collection/plugins/lookup/tower_schedule_rrule.py +++ b/awx_collection/plugins/lookup/tower_schedule_rrule.py @@ -6,7 +6,6 @@ __metaclass__ = type DOCUMENTATION = """ lookup: tower_schedule_rrule author: John Westcott IV (@john-westcott-iv) - version_added: "3.7" short_description: Generate an rrule string which can be used for Tower Schedules requirements: - pytz |