From 5a9cdf955e54aeea1b076740cf21bdb7798844bb Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO <ynerant@crans.org> Date: Tue, 23 Feb 2021 00:15:09 +0100 Subject: [PATCH] [root] network_interfaces -> network-interfaces Signed-off-by: Yohann D'ANELLO <ynerant@crans.org> --- plays/network_interfaces.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plays/network_interfaces.yml b/plays/network_interfaces.yml index 0673e11b..c3ef1585 100755 --- a/plays/network_interfaces.yml +++ b/plays/network_interfaces.yml @@ -4,4 +4,4 @@ vars: network_interfaces: "{{ glob_network_interfaces | default({}) | combine(loc_network_interfaces | default({})) }}" roles: - - network_interfaces + - network-interfaces -- GitLab