You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Using su in playbook tasks generates a warning. You cannot become root nor is there a root password on EC2 instances on AWS. Instead you can su without a password using the default ec2_user account. However, Ansible whines about su in shell commands and we want to suppress that without generating another named, password-protected account.