I have:

---
- name: Dump data
  hosts: mesos_slave
  sudo: yes
  gather_facts: false
  tags:
    - mtc

  tasks:
    set_fact:
      dump_s3_bucket: product-data
    set_fact:
      dump_s3_folder: /dump


But trying to use --tags yields:

$ ansible-playbook -i inventory/aws/production playbooks/admin/backup-
databases.yml -u ubuntu --tags mtc
ERROR: tag(s) not found in playbook: mtc.  possible values:

Of course the plays works without the --tags. And I have tried "tags: 
[mtc]", "tags: mtc" to the same effect.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/f3854382-1d4f-4337-9fad-91bab77cd635%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to