|
@@ -1,4 +1,4 @@
|
|
|
-# Copyright 2021 Dell Inc. or its subsidiaries. All Rights Reserved.
|
|
|
+# Copyright 2022 Dell Inc. or its subsidiaries. All Rights Reserved.
|
|
|
#
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
# you may not use this file except in compliance with the License.
|
|
@@ -16,7 +16,6 @@
|
|
|
- name: Disable SWAP (1/2)
|
|
|
command: /usr/sbin/swapoff -a
|
|
|
changed_when: true
|
|
|
- tags: init
|
|
|
|
|
|
- name: Disable SWAP in fstab (2/2)
|
|
|
replace:
|
|
@@ -136,4 +135,4 @@
|
|
|
- name: Edge / Workstation Install allows pods to schedule on manager
|
|
|
command: kubectl taint nodes --all node-role.kubernetes.io/master-
|
|
|
changed_when: true
|
|
|
- failed_when: false
|
|
|
+ failed_when: false
|