From 0f3bae09bd95ddef6792fa2496a6fcb87ab8218c Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 9 Jul 2020 13:53:28 +0200 Subject: [PATCH] play: followup on cc0d969 Remove two other pattern 'iscsigws' in main playbook that have been missed in cc0d9697c554e459af11965fc2710e42abef4e13 Signed-off-by: Guillaume Abrioux --- site-container.yml.sample | 1 - site.yml.sample | 1 - 2 files changed, 2 deletions(-) diff --git a/site-container.yml.sample b/site-container.yml.sample index e966cc464..2c9f1c394 100644 --- a/site-container.yml.sample +++ b/site-container.yml.sample @@ -381,7 +381,6 @@ - hosts: - iscsigws - - iscsi-gws # for backward compatibility only! gather_facts: false any_errors_fatal: true become: True diff --git a/site.yml.sample b/site.yml.sample index e002456e7..351d3b1bb 100644 --- a/site.yml.sample +++ b/site.yml.sample @@ -371,7 +371,6 @@ - hosts: - iscsigws - - iscsi-gws # for backward compatibility only! gather_facts: false become: True any_errors_fatal: true -- 2.39.5