We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Execute the below task -
Observed below error -
The text was updated successfully, but these errors were encountered: