Revert "setup fas and sudo on all the builders"

This reverts commit 290072bcce.

Conflicts:

	roles/koji_builder/tasks/main.yml
This commit is contained in:
Dennis Gilmore 2015-03-24 16:34:39 +00:00
parent a108d5dbe0
commit c319a2d5f9
2 changed files with 4 additions and 6 deletions

View file

@ -22,6 +22,10 @@
- { role: sudo, when: inventory_hostname.startswith('aarch64') }
tasks:
- include: "{{ tasks }}/2fa_client.yml"
when: inventory_hostname.startswith('aarch64')
- include: "{{ tasks }}/motd.yml"
when: inventory_hostname.startswith('aarch64')
- include: "{{ tasks }}/yumrepos.yml"
handlers:

View file

@ -251,9 +251,3 @@
tags:
- koji_builder
- name: setup fas on all builders
tasks:
- include: "{{ tasks }}/2fa_client.yml"
- include: "{{ tasks }}/motd.yml"