51 lines
1.3 KiB
Diff
51 lines
1.3 KiB
Diff
commit 1442c5470eae0769a6ceee201621aab0518bb6f3
|
|
Author: Bernd Finger <bfinger@redhat.com>
|
|
Date: Sat Aug 1 01:12:16 2020 +0200
|
|
|
|
113: ansible-line failing
|
|
|
|
diff --git a/tasks/sapnote/2013638.yml b/tasks/sapnote/2013638.yml
|
|
index 5e23009..53340c6 100644
|
|
--- a/tasks/sapnote/2013638.yml
|
|
+++ b/tasks/sapnote/2013638.yml
|
|
@@ -1,8 +1,7 @@
|
|
---
|
|
# OS RELEASE: RHEL 6.5
|
|
-
|
|
-
|
|
-fail:
|
|
- msg: "RHEL 6.5 is out of maintenance\nPlease upgrade to RHEL 6.7 at least"
|
|
+#
|
|
+- fail:
|
|
+ msg: "RHEL 6.5 is out of maintenance.\nPlease upgrade to RHEL 6.7 at least"
|
|
|
|
...
|
|
diff --git a/tasks/sapnote/2136965.yml b/tasks/sapnote/2136965.yml
|
|
index a0e3f89..8041f2b 100644
|
|
--- a/tasks/sapnote/2136965.yml
|
|
+++ b/tasks/sapnote/2136965.yml
|
|
@@ -4,7 +4,7 @@
|
|
# https://launchpad.support.sap.com/#/notes/2136965
|
|
|
|
|
|
-fail:
|
|
- msg: "RHEL 6.6 is out of maintenance\nPlease upgrade to RHEL 6.7 at least"
|
|
+- fail:
|
|
+ msg: "RHEL 6.6 is out of maintenance\nPlease upgrade to RHEL 6.7 at least"
|
|
|
|
...
|
|
diff --git a/tasks/sapnote/2247020.yml b/tasks/sapnote/2247020.yml
|
|
index 445de24..81d9c60 100644
|
|
--- a/tasks/sapnote/2247020.yml
|
|
+++ b/tasks/sapnote/2247020.yml
|
|
@@ -1,7 +1,7 @@
|
|
---
|
|
# OS RELEASE: RHEL 6.7
|
|
|
|
-fail:
|
|
- msg: "RHEL 6.7 is not implemented yet"
|
|
+- fail:
|
|
+ msg: "RHEL 6.7 is not implemented yet"
|
|
|
|
...
|