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