Browse Source

rename task to specify dir instead of name

update_ca_key
Edoardo Putti 8 years ago
parent
commit
e9cd74958e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/lxc_guest/tasks/main.yaml

+ 1
- 1
roles/lxc_guest/tasks/main.yaml View File

@ -1,4 +1,4 @@
- name: check for lxc container existance
- name: check for lxc container dir
stat:
path: '/var/lib/lxc/{{ vm_name }}'
register: lxc_existance


Loading…
Cancel
Save