このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
ka
/
ansible-role-filesystems
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
make uuid optional
master
Markus Katharina Brechtel
2年前
親
8e9e822c7c
コミット
561130c758
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
tasks/main.yml
+ 1
- 1
tasks/main.yml
ファイルの表示
@@ -20,7 +20,7 @@
filesystem:
fstype: "{{ item.fstype }}"
dev: "{{ item.device }}"
opts: -U {{ item.uuid }}
opts:
"{% if item.uuid is defined %}
-U {{ item.uuid }}
{% endif %}"
force: "{{ filesystems_state == 'formated' }}"
with_items: "{{ filesystems }}"
when:
書き込み
プレビュー
読み込み中…
キャンセル
保存