David 10 年之前
父節點
當前提交
eba59a6a40
共有 1 個文件被更改,包括 0 次插入11 次删除
  1. 0 11
      lxc/container.yml

+ 0 - 11
lxc/container.yml

@@ -1,11 +0,0 @@
-- hosts: local
-  tasks:
-  - name: Create a started container
-    lxc_container:
-      name: test-container-started2
-      container_log: true
-      template: ubuntu
-      state: started
-      template_options: --release trusty
-    become: yes
-    become_user: root