--- graph: mygraph resources: file: - name: file1 path: "/tmp/mgmt/f1" content: | i am f1 state: exists - name: file2 path: "/tmp/mgmt/f2" content: | i am f2 state: exists edges: - name: e1 from: kind: file name: file1 to: kind: file name: file2