From 7eddf64a8af30e29ad3a0fd6c49b706f00298961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Enrique=20G=C3=B3mez=20G=C3=B3mez?= Date: Mon, 31 May 2021 22:47:45 +0000 Subject: [PATCH] Prevent installation of newer Ansible versions in Ubuntu 18.04 --- roles/lxchost/tasks/lxd_profile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lxchost/tasks/lxd_profile.yml b/roles/lxchost/tasks/lxd_profile.yml index 9f523ad..02ab3e2 100644 --- a/roles/lxchost/tasks/lxd_profile.yml +++ b/roles/lxchost/tasks/lxd_profile.yml @@ -32,7 +32,7 @@ content: !!binary | '{{ known_hosts | string | b64encode }}' runcmd: - - pip3 install ansible psycopg2-binary + - pip3 install ansible==2.11 psycopg2-binary - [ ansible-pull, -U, "ssh://git@gitea.agofer.net:22001/jegomez/ansible-role-odoo8container.git" ] devices: nat01: