summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2024-08-08 21:14:05 +0200
committerGitHub <noreply@github.com>2024-08-08 21:14:05 +0200
commit797e6bb2204bddb37528ee2ffded2f858b4a0851 (patch)
treea89ef477cfb55a49fe8411927195ffe0981163d5 /changelogs
parentFix csvfile test - quote file argument (#83751) (diff)
downloadansible-797e6bb2204bddb37528ee2ffded2f858b4a0851.tar.xz
ansible-797e6bb2204bddb37528ee2ffded2f858b4a0851.zip
Add vaulted_file test (#83717)
* Add vaulted_file test * fix is_encrypted_file while we are here Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/vaulted_file_and_fixes.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/fragments/vaulted_file_and_fixes.yml b/changelogs/fragments/vaulted_file_and_fixes.yml
new file mode 100644
index 0000000000..fbb85ec547
--- /dev/null
+++ b/changelogs/fragments/vaulted_file_and_fixes.yml
@@ -0,0 +1,5 @@
+bugfixes:
+ - vault.is_encrypted_file is now optimized to be called in runtime and not for being called in tests
+ - vault_encrypted test documentation, name and examples have been fixed, other parts were clarified
+minor_changes:
+ - vaulted_file test filter added, to test if the provided path is an 'Ansible vaulted' file