Try passing ansible_fqdn directly to the role as an argument.

This commit is contained in:
Ralph Bean 2013-11-08 14:46:16 +00:00
parent b0efbaa648
commit 85b05e9368

View file

@ -21,9 +21,6 @@
- ${private}/vars.yml
- ${vars}/${ansible_distribution}.yml
vars:
ansible_fqdn: copr-be.cloud.fedoraproject.org
tasks:
- include: $tasks/cloud_setup_basic.yml
- include: $tasks/iptables.yml
@ -155,4 +152,5 @@
- include: $handlers/restart_services.yml
roles:
- /srv/web/infra/ansible/roles/fedmsg_base
- role: /srv/web/infra/ansible/roles/fedmsg_base
ansible_fqdn: copr-be.cloud.fedoraproject.org