Ok, how about this syntax?

This commit is contained in:
Kevin Fenzi 2013-09-25 20:29:02 +00:00
parent 6b9c8d954a
commit 612f2ac42f

View file

@ -16,7 +16,7 @@
- fedora.repo
- fedora-updates.repo
- fedora-updates-testing.repo
when: is_fedora and {{ ansible_architecture }}.startswith('x86_64')
when: is_fedora and ansible_architecture is x86_64
tags:
- config
- packages