Parcourir la source

unquote simple filenames

cobbzilla/introduce_packer
Jonathan Cobb il y a 4 ans
Parent
révision
32de68bd4d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 Voir le fichier

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

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

- name: Install bubble-nodemanager supervisor conf file
copy:
src: "supervisor_bubble_nodemanager.conf"
src: supervisor_bubble_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


Chargement…
Annuler
Enregistrer