Skip to content

Commit

Permalink
Merging devel changes - 2024-02-10T02:00:59Z
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek0806 committed Feb 10, 2024
1 parent dec8a48 commit 3dc5e7f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ managing Velos chassis and rSeries platform lifecycles as well as F5OS tenant an

## Requirements

- ansible >= 2.11
- ansible >= 2.14

## Python Version
This collection is supported on Python 3.8 and above.
This collection is supported on Python 3.9 and above.

## Collections Daily Build

Expand Down
4 changes: 2 additions & 2 deletions ansible_collections/f5networks/f5os/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ managing Velos chassis and rSeries platform lifecycles as well as F5OS tenant an

## Requirements

- ansible >= 2.11
- ansible >= 2.14

## Python Version
This collection is supported on Python 3.8 and above.
This collection is supported on Python 3.9 and above.

## Collections Daily Build

Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/f5networks/f5os/meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
requires_ansible: '>=2.13.0'
requires_ansible: '>=2.14.0'
2 changes: 1 addition & 1 deletion ansible_collections/f5networks/f5os/tests/mock/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class DictDataLoader(DataLoader):

def __init__(self, file_mapping=None):
file_mapping = {} if file_mapping is None else file_mapping
assert type(file_mapping) == dict
assert type(file_mapping) is dict

super(DictDataLoader, self).__init__()

Expand Down

0 comments on commit 3dc5e7f

Please sign in to comment.