You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The obvious command is ansible-playbook site.yml --check --diff -vvv but fails with
[DEPRECATION WARNING]: Skipping task due to undefined Error, in the future this will be a fatal error.: 'dict object' has no attribute 'json'.
This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
fatal: [localhost]: FAILED! => {"failed": true, "msg": "with_nested requires at least one element in the nested list"}
Any hints?
The text was updated successfully, but these errors were encountered:
The obvious command is
ansible-playbook site.yml --check --diff -vvv
but fails withAny hints?
The text was updated successfully, but these errors were encountered: