summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2020-01-29 16:51:34 +0100
committerGitHub <noreply@github.com>2020-01-29 16:51:34 +0100
commit9276dd2007a73172ed99ab5a56cded4298d3cd2b (patch)
treecfa5e34071afc4b7537f9e6bbc11bc6e41c84661 /changelogs
parenttests: ipify_facts: retry on fail (#66897) (diff)
downloadansible-9276dd2007a73172ed99ab5a56cded4298d3cd2b.tar.xz
ansible-9276dd2007a73172ed99ab5a56cded4298d3cd2b.zip
file - change warning to error (#66671)
When 'src' is specified without 'state', raise an exception
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/file-change-src-without-state-to-error.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/file-change-src-without-state-to-error.yaml b/changelogs/fragments/file-change-src-without-state-to-error.yaml
new file mode 100644
index 0000000000..1954b70e8a
--- /dev/null
+++ b/changelogs/fragments/file-change-src-without-state-to-error.yaml
@@ -0,0 +1,2 @@
+minor_changes:
+ - file - specifying ``src`` without ``state`` is now an error