syncing playbook change

This commit is contained in:
ipvsean
2020-05-16 16:57:57 -04:00
parent 0213b1924d
commit 74dc2f130a
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
msg: "This Ansible Playbook will install {{application}}"
- name: install application
yum:
dnf:
name: "{{application}}"
use_backend: yum
allow_downgrade: true