mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-27 22:03:03 +00:00
Latest updates
This commit is contained in:
@@ -271,7 +271,7 @@ class KubernetesAnsibleModule(AnsibleModule):
|
||||
if meta_key in ('name', 'namespace', 'labels', 'annotations'):
|
||||
parameters[meta_key] = meta_value
|
||||
elif key in self.helper.argspec and value is not None:
|
||||
parameters[key] = value
|
||||
parameters[key] = value
|
||||
elif isinstance(value, dict):
|
||||
self._add_parameter(value, [key], parameters)
|
||||
self.helper.log("Request to parameters: {}".format(json.dumps(parameters)))
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
- name: Intall latest openshift client
|
||||
pip:
|
||||
name: git+https://github.com/openshift/openshift-restclient-python.git#egg=openshift
|
||||
name: https://github.com/openshift/openshift-restclient-python/archive/master.tar.gz
|
||||
state: latest
|
||||
virtualenv: "{{ virtualenv }}"
|
||||
when: install_python_requirements
|
||||
|
||||
Reference in New Issue
Block a user