Using 2 inventories. Can someone explain what I'm doing wrong?

So I plan to use a static and a dynamic inventory (gce) and this is what my play folder looks like:

`
.
├── ansible.cfg
├── credentials.json
├── gce_vars
│ ├── auth
│ └── test_servers
├── group_vars
│ └── all
├── hosts.yml
├── inventory
│ ├── gce.ini
│ ├── gce.py
│ └── hosts.yml
└── provision.yml

3 directories, 10 files
`

credentials.json is the json private key for my service account.

`
[root@workstation gcloud]# cat gce_vars/auth

Missing (or not readable) key file: ‘/workstation/gcloud/credentials.json’

what says ls -la /workstation/gcloud | grep credentials.json ?

Thanks. I read your post and realized what I did wrong.

/workspace was my working directory and workstation’s my hostname. Mixed up the two. :l