ok: [localhost] => {
"msg": {
"changed": true,
"diff": [
[
"change",
"metadata.resourceVersion",
[
"124413",
"124360"
]
]
],
"failed": false,
"method": "patch",
"result": { ... }
...--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/ea01c353-ff7d-48c7-80b3-2020a5ed8576%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
- name: create resource
k8s:
host: "{{ k8s_url }}"
api_key: "{{ k8s_token }}"
verify_ssl: no
definition: "{{ lookup('template', 'my-cr.yaml') }}"apiVersion: someapi.org/v1alpha1
kind: MyCrd
metadata:
name: example-obj
namespace: "myproject"
spec:
parallelity: 2Hi Chris,
I think, I seen this error. How is your play looks like ? Paste the play or playbook … I will review it and let me know.