Explorar el Código

working on changes, and debugging

master
Erin Sims hace 2 años
padre
commit
7c3898319c
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. +1
    -1
      playbooks/mpdf.conf.j2
  2. +4
    -0
      playbooks/mpdf.yaml

+ 1
- 1
playbooks/mpdf.conf.j2 Ver fichero

@@ -16,7 +16,7 @@ music_directory "nfs://example.com/path/to/your/music/"

database {
plugin "proxy"
host " {{ droplets.id }}"
host ""
# host "142.93.181.29"
port "8888"
password "password"


+ 4
- 0
playbooks/mpdf.yaml Ver fichero

@@ -42,6 +42,10 @@
oauth_token: "{{ lookup('ansible.builtin.env', 'DO_API_TOKEN') }}"
name: mpdb1
register: droplets
- name: Print return information from the previous task
ansible.builtin.debug:
var: {{ droplets }}
verbosity: 2
- name: Install mpdf on hosts
apt:
name: mpd


Cargando…
Cancelar
Guardar