Closed indispeq closed 8 years ago
I ran the test script with: ansible-playbook test.yml -e "test_lxc=false"
ansible-playbook test.yml -e "test_lxc=false"
and also by commenting out the sudo/become part, as LXD does not need sudo.
Do you think we should modify it so that the lxd components do not use become, to make it more proper?
become
Also, should we actually test an image other than what is the default setting? Like debian jessie?
:guitar:
I ran the test script with:
ansible-playbook test.yml -e "test_lxc=false"
and also by commenting out the sudo/become part, as LXD does not need sudo.
Do you think we should modify it so that the lxd components do not use
become
, to make it more proper?