Error in LXD profile name. Force Python3 in Ansible
This commit is contained in:
parent
ab9c0a3e12
commit
9162b79852
@ -1,5 +1,6 @@
|
||||
- hosts: localhost
|
||||
gather_facts: yes
|
||||
gather_facts: no
|
||||
ansible_python_interpreter: python3
|
||||
tasks:
|
||||
|
||||
- name: Verify correct usage of parameter
|
||||
@ -11,6 +12,7 @@
|
||||
|
||||
- hosts: localhost
|
||||
gather_facts: yes
|
||||
ansible_python_interpreter: python3
|
||||
user: sistemas
|
||||
roles:
|
||||
- lxchost
|
||||
@ -19,6 +21,7 @@
|
||||
|
||||
- hosts: nginx
|
||||
gather_facts: no
|
||||
ansible_python_interpreter: python3
|
||||
roles:
|
||||
- nginxproxy
|
||||
vars:
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
lxd_container:
|
||||
name: '{{ container }}'
|
||||
ephemeral: no
|
||||
profiles: ['odoo']
|
||||
profiles: ['odoo8']
|
||||
source:
|
||||
type: image
|
||||
mode: pull
|
||||
|
||||
Reference in New Issue
Block a user