ソースを参照

make sure default directory exists

master
コミット
190222bbb5
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      tasks/setup_Debian.yml

+ 5
- 0
tasks/setup_Debian.yml ファイルの表示

@@ -9,3 +9,8 @@
file:
path: /var/www/html/index.html
state: absent

- name: make sure default directory exists
file:
path: /var/www/default/
state: directory

読み込み中…
キャンセル
保存