network - fix idempotency; fix bond tests

network - Re-running the network system role results in "changed: true" when nothing has actually changed
  Resolves: rhbz#1980871
network - Test tests_bond_initscripts.yml failed to create interface
  Resolves: rhbz#1980870

(cherry picked from commit 84faf297876c597a4232f699137b659ac18e11b5)
This commit is contained in:
Rich Megginson 2021-07-09 10:36:34 -06:00
parent b21927587a
commit d7652f9fa3

View File

@ -21,7 +21,7 @@ Name: linux-system-roles
%endif
Url: https://github.com/linux-system-roles
Summary: Set of interfaces for unified system management
Version: 1.4.0
Version: 1.4.1
Release: 1%{?dist}
#Group: Development/Libraries
@ -123,7 +123,7 @@ BuildRequires: ansible >= 2.9.10
%global rolename4 kdump
%deftag 4 1.0.5
%defcommit 5 85b75b6c8cca13f40fb356540bd8aa05d5ca820f
%defcommit 5 245ff58e25b0aaecdb59e65d24b19f4a1797798d
%global rolename5 network
#%%deftag 5 1.0.0
@ -613,6 +613,12 @@ fi
%endif
%changelog
* Fri Jul 9 2021 Rich Megginson <rmeggins@redhat.com> - 1.4.1-1
- network - Re-running the network system role results in "changed: true" when nothing has actually changed
Resolves rhbz#1980871
- network - Test tests_bond_initscripts.yml failed to create interface
Resolves rhbz#1980870
* Thu Jul 8 2021 Rich Megginson <rmeggins@redhat.com> - 1.4.0-1
- storage - LVMVDO support
Resolves rhbz#1882475