Procházet zdrojové kódy

working on changes, and debugging

master
Erin Sims před 2 roky
rodič
revize
5e9a134ca9
2 změnil soubory, kde provedl 9 přidání a 0 odebrání
  1. +9
    -0
      playbooks/junk.yml
  2. +0
    -0
      playbooks/sshfs.yaml

+ 9
- 0
playbooks/junk.yml Zobrazit soubor

@@ -0,0 +1,9 @@
# - 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] }}"

playbooks/sshfs.yml → playbooks/sshfs.yaml Zobrazit soubor


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