pythops / jetson-image

Create minimalist, Ubuntu based images for the Nvidia jetson boards

Home Page:https://pythops.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fatal: [jetson]: FAILED! => {"msg": "jetson is not a directory"}

Mezzano opened this issue · comments

Hi,

I get this error when I run sudo -E $(which ansible-playbook) jetson.yaml.
Is it linked to my python version?
python is 2.7.12

Thanks for your help

By specifying JETSON_ROOTFS_DIR variable, it works:
JETSON_ROOTFS_DIR=/path/rootfs sudo -E $(which ansible-playbook) jetson.yaml