24 views
Skip to first unread message

Guy Matz

unread,
Jun 11, 2015, 11:18:10 AM6/11/15
to ansible...@googlegroups.com
Hi!!
Having issues with command tasks . . .

gmatz@fuzzybunny ~/Code/ansible-local $ ansible-playbook --version
ansible-playbook 1.9.1 (detached HEAD b47d1d7e69) last updated 2015/06/10 17:15:55 (GMT -400)
  lib/ansible/modules/core: (detached HEAD d6ed6113a7) last updated 2015/06/10 10:07:33 (GMT -400)
  lib/ansible/modules/extras: (detached HEAD 57813a2e74) last updated 2015/06/10 10:08:25 (GMT -400)
  v2/ansible/modules/core: (detached HEAD 34784b7a61) last updated 2015/06/11 11:11:04 (GMT -400)
  v2/ansible/modules/extras: (detached HEAD 46e316a20a) last updated 2015/06/11 11:11:21 (GMT -400)
  configured module search path = /usr/share/ansible


- name: Get VBox version for installing extension pack
  command: /usr/bin/VBoxManage --version
  register: vbox_ver
  changed_when: False

TASK: [workstation | Get VBox version for installing extension pack] **********
failed: [localhost] => {"changed": false, "failed": true}
msg: this module requires key=value arguments (['/usr/bin/VBoxManage', '--version'])

This work a few months ago . . .  doesn't look like anything has changed with the command module . . .

I have tried quoting the contents of the command, but that didn't help.  any thoughts would be appreciated!!

Thanks a lot,
Guy

Michael Johnson

unread,
Jun 11, 2015, 12:59:54 PM6/11/15
to ansible...@googlegroups.com, gm...@matz.org
This might be a silly question, but what happens when you run that command locally on the target?
Reply all
Reply to author
Forward
0 new messages