From: Kyr Shatskyy Date: Wed, 6 Mar 2019 17:44:52 +0000 (+0100) Subject: nsupdate_web: replace python3.5 restriction with python3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9bf61bf8cb944796a8e263d47fd13ec50741236f;p=ceph-cm-ansible.git nsupdate_web: replace python3.5 restriction with python3 Signed-off-by: Kyr Shatskyy --- diff --git a/roles/nsupdate_web/defaults/main.yml b/roles/nsupdate_web/defaults/main.yml index 79178fc..2ee5804 100644 --- a/roles/nsupdate_web/defaults/main.yml +++ b/roles/nsupdate_web/defaults/main.yml @@ -3,7 +3,7 @@ packages: [] nsupdate_web_user: "nsupdate" nsupdate_web_ttl: "60" virtualenv_path: "~/venv" -python_version: "python3.5" +python_version: "python3" repo_url: "https://github.com/zmc/nsupdate-web.git" repo_path: "/home/{{ nsupdate_web_user }}/nsupdate_web" # The public and private keys must be manually placed on the host;