X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=playbooks%2Fdestroy_data_and_partitions.yml;h=a9de0156e285ded5cbf4f5268d7491bab687ffa0;hb=refs%2Fchanges%2F88%2F2188%2F1;hp=ba187cde5def36f47f6504ee6917b944bd461be9;hpb=e5776805848728d0aac93078223585f725b84c5e;p=ta%2Finfra-ansible.git 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