Prevent installation of newer Ansible versions in Ubuntu 18.04
This commit is contained in:
parent
53ea4b7327
commit
7eddf64a8a
@ -32,7 +32,7 @@
|
|||||||
content: !!binary |
|
content: !!binary |
|
||||||
'{{ known_hosts | string | b64encode }}'
|
'{{ known_hosts | string | b64encode }}'
|
||||||
runcmd:
|
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" ]
|
- [ ansible-pull, -U, "ssh://git@gitea.agofer.net:22001/jegomez/ansible-role-odoo8container.git" ]
|
||||||
devices:
|
devices:
|
||||||
nat01:
|
nat01:
|
||||||
|
|||||||
Reference in New Issue
Block a user