]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
nsupdate_web: replace python3.5 restriction with python3 443/head
authorKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Wed, 6 Mar 2019 17:44:52 +0000 (18:44 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Wed, 6 Mar 2019 17:48:57 +0000 (18:48 +0100)
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@gmail.com>
roles/nsupdate_web/defaults/main.yml

index 79178fcccdf3dcdd3177b38d336435f1b64b306a..2ee58040f5f3c880b36a602a83c4ec8b4803142a 100644 (file)
@@ -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;