Abhijeet Kasurde
Abhijeet Kasurde
@tashoyan Could you please check if ansible-collections/community.kubernetes#350 works for you? I am still testing this. $ cat k8s_config.yml ```yaml --- - hosts: localhost tasks: - name: create the configmap k8s:...
@tashoyan Thanks for information. Could you please try following - ```yaml --- - hosts: localhost tasks: - set_fact: my_data: "{{ mydata | default({}) | combine({ item | basename : lookup('file',...
@tashoyan Could you please confirm if the above solution works for you? Thanks. needs_info
@tashoyan Thanks for the feedback.
@tashoyan @tima @geerlingguy @gravesm Do you think a lookup plugin will be sufficient to solve this requirement? The lookup plugin will basically replace the `set_fact` task from the above workaround...
@Andersson007 Thanks for the information.
@tima I can imagine as following - ``` # kubectl -n test get pods NAME READY STATUS RESTARTS AGE nginx-server 1/1 Running 0 9m43s # cat k8s.yml plugin: community.kubernetes.k8s connections:...
@abikouo Could you please rebase this PR? Thanks.