summaryrefslogtreecommitdiff
path: root/test/integration/targets/azure_rm_storageblob
diff options
context:
space:
mode:
authorZim Kalinowski <zikalino@microsoft.com>2019-03-07 13:13:12 +0800
committerGitHub <noreply@github.com>2019-03-07 13:13:12 +0800
commitb906db5f2a920f6afc77c87cc49d03a848058b63 (patch)
treeed8881129164bf433b3548602785ee57a57286cd /test/integration/targets/azure_rm_storageblob
parent9ed9cfb40cc05f445e72a0c7e4cc67ee6fa75ae0 (diff)
downloadansible-b906db5f2a920f6afc77c87cc49d03a848058b63.tar.gz
removed state present which is default (#53434)
Diffstat (limited to 'test/integration/targets/azure_rm_storageblob')
-rw-r--r--test/integration/targets/azure_rm_storageblob/tasks/main.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/targets/azure_rm_storageblob/tasks/main.yml b/test/integration/targets/azure_rm_storageblob/tasks/main.yml
index 241635201e..0bbc181fbb 100644
--- a/test/integration/targets/azure_rm_storageblob/tasks/main.yml
+++ b/test/integration/targets/azure_rm_storageblob/tasks/main.yml
@@ -7,7 +7,6 @@
resource_group: "{{ resource_group }}"
name: "{{ storage_account }}"
account_type: Standard_LRS
- state: present
- name: Create container
azure_rm_storageblob: