hi all,
i promise i searched for this, but could not find a clear answer on whether or not this is possible … i have this command:
ansible-playbook -vv -i development_hosts master.yml --tags “mysql,configure” -u foo -K
what i was HOPING for that it would ONLY run the tasks that have been tagged “mysql AND configure” … not “mysql OR configure” … does anyone know if this is possible and what the correct syntax might be ??
thanks,
greg
p.s. just started ansible development a few days ago, coming over from chef, and am happy for the switch