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:
parent
a108d5dbe0
commit
c319a2d5f9
2 changed files with 4 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -251,9 +251,3 @@
|
|||
tags:
|
||||
- koji_builder
|
||||
|
||||
|
||||
- name: setup fas on all builders
|
||||
tasks:
|
||||
- include: "{{ tasks }}/2fa_client.yml"
|
||||
- include: "{{ tasks }}/motd.yml"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue