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