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