From: David Galloway Date: Mon, 11 Nov 2019 19:14:57 +0000 (-0500) Subject: cephlab: Get rid of manual python version check X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=055b10968799823e19f5a3b45cb6b5515132d4ed;p=ceph-cm-ansible.git cephlab: Get rid of manual python version check Newer versions of ansible are able to connect to a machine and figure out what to set `ansible_python_interpreter` to without a stilly hack like this. Signed-off-by: David Galloway --- diff --git a/cephlab.yml b/cephlab.yml index 4cfe3bb..bf297e3 100644 --- a/cephlab.yml +++ b/cephlab.yml @@ -1,6 +1,4 @@ --- -- import_playbook: set_python_path.yml - # ensure the node is setup to be managed by ansible # eventually, most of the things here will be done by # cobbler / downburst / cloud-init.