Procházet zdrojové kódy

ZZRevert "working on changes, and debugging"

This reverts commit df40886e7a.
master
Erin Sims před 2 roky
rodič
revize
4ac1e3a763
1 změnil soubory, kde provedl 9 přidání a 1 odebrání
  1. +9
    -1
      playbooks/mpdf.yaml

+ 9
- 1
playbooks/mpdf.yaml Zobrazit soubor

@@ -37,7 +37,15 @@
buffer_before_play: "1%"
tasks:
- name: Install mpdf on hosts
- name: Gather information about a specific droplet by name
community.digitalocean.digital_ocean_droplet_info:
oauth_token: "{{ lookup('ansible.builtin.env', 'DO_API_TOKEN') }}"
name: mpdb1
register: droplets
- name: Print return information from the previous task
ansible.builtin.debug:
msg : "{{ droplets.data[0] }}"
- name: Install mpdf on hosts
apt:
name: mpd
state: present


Načítá se…
Zrušit
Uložit