X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Finfra-ansible.git;a=blobdiff_plain;f=playbooks%2Fdestroy_data_and_partitions.yml;fp=playbooks%2Fdestroy_data_and_partitions.yml;h=a9de0156e285ded5cbf4f5268d7491bab687ffa0;hp=ba187cde5def36f47f6504ee6917b944bd461be9;hb=7385fe7b00e999a7c89edf0523708563c7947b17;hpb=e5776805848728d0aac93078223585f725b84c5e diff --git a/playbooks/destroy_data_and_partitions.yml b/playbooks/destroy_data_and_partitions.yml index ba187cd..a9de015 100644 --- a/playbooks/destroy_data_and_partitions.yml +++ b/playbooks/destroy_data_and_partitions.yml @@ -15,7 +15,7 @@ # limitations under the License. - name: check whether disks exist and are block devices - stat: path={{ item }} + stat: path={{ item }} follow=true with_items: "{{ disks }}" register: disks_stat