summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-05-16 14:23:46 -0700
committerGitHub <noreply@github.com>2023-05-16 14:23:46 -0700
commite837680f4b02ac74cfa8f1971771b4bfcd9634b1 (patch)
tree2b2dda69686a012ed58dd9ea2b3ab0d13836bb4b
parent2ba24957dd373ef191455b34058ba7f65705cfd3 (diff)
downloadansible-e837680f4b02ac74cfa8f1971771b4bfcd9634b1.tar.gz
Use strings for `removal_date` in runtime metadata (#80815)
-rw-r--r--changelogs/fragments/ansible-runtime-metadata-removal-date.yml2
-rw-r--r--lib/ansible/config/ansible_builtin_runtime.yml8
2 files changed, 6 insertions, 4 deletions
diff --git a/changelogs/fragments/ansible-runtime-metadata-removal-date.yml b/changelogs/fragments/ansible-runtime-metadata-removal-date.yml
new file mode 100644
index 0000000000..d60608e954
--- /dev/null
+++ b/changelogs/fragments/ansible-runtime-metadata-removal-date.yml
@@ -0,0 +1,2 @@
+minor_changes:
+ - Record ``removal_date`` in runtime metadata as a string instead of a date.
diff --git a/lib/ansible/config/ansible_builtin_runtime.yml b/lib/ansible/config/ansible_builtin_runtime.yml
index e7c4f032e1..953b17fbb7 100644
--- a/lib/ansible/config/ansible_builtin_runtime.yml
+++ b/lib/ansible/config/ansible_builtin_runtime.yml
@@ -2162,7 +2162,7 @@ plugin_routing:
redirect: community.network.exos_vlans
bigip_asm_policy:
tombstone:
- removal_date: 2019-11-06
+ removal_date: "2019-11-06"
warning_text: bigip_asm_policy has been removed please use bigip_asm_policy_manage instead.
bigip_device_facts:
redirect: f5networks.f5_modules.bigip_device_info
@@ -2176,11 +2176,11 @@ plugin_routing:
redirect: f5networks.f5_modules.bigip_device_traffic_group
bigip_facts:
tombstone:
- removal_date: 2019-11-06
+ removal_date: "2019-11-06"
warning_text: bigip_facts has been removed please use bigip_device_info module.
bigip_gtm_facts:
tombstone:
- removal_date: 2019-11-06
+ removal_date: "2019-11-06"
warning_text: bigip_gtm_facts has been removed please use bigip_device_info module.
faz_device:
redirect: community.fortios.faz_device
@@ -7641,7 +7641,7 @@ plugin_routing:
redirect: ngine_io.exoscale.exoscale
f5_utils:
tombstone:
- removal_date: 2019-11-06
+ removal_date: "2019-11-06"
firewalld:
redirect: ansible.posix.firewalld
gcdns: