瀏覽代碼

working on changes, and debugging

master
Erin Sims 2 年之前
父節點
當前提交
df40886e7a
共有 1 個檔案被更改,包括 1 行新增9 行删除
  1. +1
    -9
      playbooks/mpdf.yaml

+ 1
- 9
playbooks/mpdf.yaml 查看文件

@@ -37,15 +37,7 @@
buffer_before_play: "1%"
tasks:
- 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
- name: Install mpdf on hosts
apt:
name: mpd
state: present


Loading…
取消
儲存