浏览代码

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


正在加载...
取消
保存