Explorar el Código

working on changes, and debugging

master
Erin Sims hace 2 años
padre
commit
ff9a095d7b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      playbooks/create_droplet.yml

+ 2
- 2
playbooks/create_droplet.yml Ver fichero

@@ -43,6 +43,6 @@
register: created_droplets register: created_droplets
loop: "{{ range(1,count|int + 1) }}" loop: "{{ range(1,count|int + 1) }}"
- name: Include a play after another play - name: Include a play after another play
ansible.builtin.import_playbook: mpdb.yml
ansible.builtin.import_playbook: mpdb.yml
- name: Include a play after another play - name: Include a play after another play
ansible.builtin.import_playbook: mpdf.yml
ansible.builtin.import_playbook: mpdf.yml

Cargando…
Cancelar
Guardar