additional course material RH294
Student User
2020-02-20 67b9520a2490b9894fea1a76b98e4f5c2226b62f
1
2
3
4
5
6
7
8
---
- name: scan facts
  hosts: demoext
  become: false
  tasks:
    - debug:
        msg: 'FS {{ item["device"] }} mounted on {{ item["mount"] }} has size of {{ item["size_total"] }}'
      loop: '{{ ansible_facts["mounts"] }}'