syncing playbook change
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
msg: "This Ansible Playbook will install {{application}}"
|
||||
|
||||
- name: install application
|
||||
yum:
|
||||
dnf:
|
||||
name: "{{application}}"
|
||||
use_backend: yum
|
||||
allow_downgrade: true
|
||||
@@ -6,7 +6,7 @@ deploy_application:
|
||||
description: "install yum applications on Linux with a survey"
|
||||
job_type: "run"
|
||||
inventory: "Workshop Inventory"
|
||||
playbook: "playbooks/01_deploy_application.yml"
|
||||
playbook: "playbooks/infrastructure/deploy_application.yml"
|
||||
credential: "Workshop Credential"
|
||||
survey_enabled: true
|
||||
survey_spec:
|
||||
|
||||
Reference in New Issue
Block a user