From 055b10968799823e19f5a3b45cb6b5515132d4ed Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 11 Nov 2019 14:14:57 -0500 Subject: [PATCH] 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 --- cephlab.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/cephlab.yml b/cephlab.yml index 4cfe3bb2..bf297e3b 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. -- 2.47.3