Browse Source

unquote simple filenames

cobbzilla/introduce_packer
Jonathan Cobb 4 years ago
parent
commit
32de68bd4d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      bubble-server/src/main/resources/packer/roles/finalizer/tasks/main.yml

+ 2
- 2
bubble-server/src/main/resources/packer/roles/finalizer/tasks/main.yml View File

@@ -7,7 +7,7 @@


- name: Install copy_certs_to_bubble.sh helper - name: Install copy_certs_to_bubble.sh helper
copy: copy:
src: "copy_certs_to_bubble.sh"
src: copy_certs_to_bubble.sh
dest: /usr/local/bin/copy_certs_to_bubble.sh dest: /usr/local/bin/copy_certs_to_bubble.sh
owner: bubble owner: bubble
group: root group: root
@@ -32,7 +32,7 @@


- name: Install bubble-nodemanager supervisor conf file - name: Install bubble-nodemanager supervisor conf file
copy: copy:
src: "supervisor_bubble_nodemanager.conf"
src: supervisor_bubble_nodemanager.conf
dest: /etc/supervisor/conf.d/nodemanager.conf dest: /etc/supervisor/conf.d/nodemanager.conf


# We cannot receive notifications until nginx is running, so start bubble API as the very last step # We cannot receive notifications until nginx is running, so start bubble API as the very last step


Loading…
Cancel
Save