ソースを参照

Update first_time_marker file with correct value

pull/20/head
コミット
47aab70b62
1個のファイルの変更4行の追加4行の削除
  1. +4
    -4
      bubble-server/src/main/resources/ansible/roles/finalizer/tasks/main.yml

+ 4
- 4
bubble-server/src/main/resources/ansible/roles/finalizer/tasks/main.yml ファイルの表示

@@ -4,12 +4,12 @@
- name: Snapshot ansible roles in the background
command: bash -c "/usr/local/bin/snapshot_ansible.sh &"

- name: Touch first-time setup file
shell: su - bubble bash -c "if [[ ! -f /home/bubble/first_time_marker ]] ; then echo -n install > /home/bubble/first_time_marker ; fi"
- name: Create first-time setup file
shell: su - bubble bash -c "echo -n install > /home/bubble/first_time_marker"
when: restore_key is not defined

- name: Touch first-time setup file (restore)
shell: su - bubble bash -c "if [[ ! -f /home/bubble/first_time_marker ]] ; then echo -n restore > /home/bubble/first_time_marker ; fi"
- name: Create first-time setup file (restore)
shell: su - bubble bash -c "echo -n restore > /home/bubble/first_time_marker"
when: restore_key is defined

- name: Install mitmproxy CA cert in local CA store


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