Hi Team I have integrated ansible playbook with pu...
# getting-started
l
Hi Team I have integrated ansible playbook with pulumi. While running pulumi up the playbook is running after sometime it shows escalation succeeded Below is the playbook name: ansible gather_facts: false become: true hosts: all tasks: name: install yum packages command: yum groupinstall "Server with GUI" -y --allowerasing
s
What is your question?