Skip to content

Commit 219c747

Browse files
pierreozouxabikouo
andauthored
* fix: typo replaces ansible-collections#799 * doc: add changelog fragment * Delete changelogs/fragments/804-drain-typo.yaml --------- Co-authored-by: Bikouo Aubin <[email protected]>
1 parent 7559b65 commit 219c747

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/modules/k8s_drain.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
kubernetes.core.k8s_drain:
107107
state: drain
108108
name: foo
109-
force: yes
109+
delete_options:
110+
force: yes
110111
111112
- name: Drain node "foo", but abort if there are pods not managed by a ReplicationController, Job, or DaemonSet, and use a grace period of 15 minutes.
112113
kubernetes.core.k8s_drain:

0 commit comments

Comments
 (0)