Yufei Pan

Results 2 issues of Yufei Pan

command: python3 ansible-playbook --vault-id root@./vault.password linuxCheckFileSystem.yml result: FAILED! => {"msg": "ansible-vault requires either the cryptography library (preferred) or pycrypto in order to function."}

umount test mount -t tmpfs tmpfs test touch hi -> no events generated maybe inotify lib behavior? maybe the watchers monitors the inode instead of the path. I know inotify...