1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-29 07:41:16 +03:00

Prepare main for 7.0.0 (#6428)

* Bump version to 7.0.0.

* Remove deprecated parameters and change some defaults for 7.0.0.

* Remove deprecated alias.

* Adjust tests.
This commit is contained in:
Felix Fontein
2023-04-26 07:32:00 +02:00
committed by GitHub
parent f0fcc91ac7
commit 0a26b6d48d
16 changed files with 72 additions and 123 deletions

View File

@ -568,6 +568,7 @@ TESTCASE_BRIDGE_SLAVE = [
'type': 'bridge-slave',
'conn_name': 'non_existent_nw_device',
'ifname': 'br0_non_existant',
'hairpin': True,
'path_cost': 100,
'state': 'present',
'_ansible_check_mode': False,