浏览代码

working on changes, and debugging

master
Erin Sims 2 年前
父节点
当前提交
bb31efcf25
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      playbooks/mpdf.yaml

+ 2
- 2
playbooks/mpdf.yaml 查看文件

@@ -39,8 +39,8 @@
tasks:
- name: Gather information about a specific droplet by name
community.digitalocean.digital_ocean_droplet_info:
oauth_token: "{{ oauth_token }}"
name: "mpdb{{ count }}"
oauth_token: "{{ oauth_token }}"
name: "mpdb{{ count }}"
- name: Install mpdf on hosts
apt:
name: mpd


正在加载...
取消
保存