Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task running 'cisco_imc_server' module throws error #18

Open
tanmayx opened this issue Jul 17, 2017 · 0 comments
Open

Task running 'cisco_imc_server' module throws error #18

tanmayx opened this issue Jul 17, 2017 · 0 comments

Comments

@tanmayx
Copy link

tanmayx commented Jul 17, 2017

Execute the below task -

tasks:
    - name: server power off
      cisco_imc_server:
        state: off
        ip: '{{ imc_ip }}'
        username: '{{ imc_username }}'
        password: '{{ imc_password }}'

Observed below error -

ansible-playbook -i inventory create_config/test_create_server_actions.yml 

PLAY [imc] **********************************************************************************************************************************************

TASK [Gathering Facts] **********************************************************************************************************************************
ok: [classic_imc16]

TASK [server power off] *********************************************************************************************************************************
fatal: [classic_imc16]: FAILED! => {"changed": false, "failed": true, "msg": "setup error: 'status' "}
	to retry, use: --limit @/home/winadmin/test_playbooks_imc/create_config/test_create_server_actions.retry

PLAY RECAP **********************************************************************************************************************************************
classic_imc16              : ok=1    changed=0    unreachable=0    failed=1
@tanmayx tanmayx changed the title Task running cisco_imc_server module throws error Task running 'cisco_imc_server' module throws error Jul 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant