removed state present which is default (#53434)

This commit is contained in:
Zim Kalinowski 2019-03-07 13:13:12 +08:00 committed by GitHub
parent 9ed9cfb40c
commit b906db5f2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 0 additions and 24 deletions

View file

@ -7,7 +7,6 @@
resource_group: "{{ resource_group }}"
name: "{{ storage_account }}"
account_type: Standard_LRS
state: present
- name: Create container
azure_rm_storageblob: