# name : Sends a text message to a mobile phone through Twilio. # key : twilio # condition: ansible # -- - name: ${1:Sends a text message to a mobile phone through Twilio.} twilio: account_sid=$2 auth_token=$3 msg=$4 to_number=$5 from_number=$6 $0