瀏覽代碼

working on changes, and debugging

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

+ 5
- 4
playbooks/mpdf.yaml 查看文件

@@ -37,10 +37,11 @@
buffer_before_play: "1%"
tasks:
- name: "mpd backendhost"
set_fact:
backendhost: "{{ inventory_hostname |replace ('f', 'b') }}"
- name: Install mpdf on hosts
- name: Gather information about a specific droplet by name
community.digitalocean.digital_ocean_droplet_info:
oauth_token: "{{ oauth_token }}"
name: "mpdb{{ count }}"
- name: Install mpdf on hosts
apt:
name: mpd
state: present


Loading…
取消
儲存