additional course material RH294
Student User
2020-02-19 26d781da63ad0368921d6a0eb1f5efcb9bc479d1
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"] }}'