base/hosts: Clean up some depreciations.

koji_builder/sudo: Clean up some more depreciations.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-05-28 20:47:54 +00:00
parent 93e8e1225b
commit 386d9a1d02
4 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@
#
- name: ensure packages required for semanage are installed (yum)
yum: name={{ item }} state=present
package: name={{ item }} state=present
with_items:
- policycoreutils-python
tags:
@ -14,7 +14,7 @@
when: ansible_distribution_major_version|int < 8
- name: ensure packages required for semanage are installed (dnf)
dnf: name=policycoreutils-python-utils state=present
package: name=policycoreutils-python-utils state=present
when: ansible_distribution_major_version|int > 27 and ansible_cmdline.ostree is not defined
tags:
- selinux

View file

@ -19,7 +19,7 @@
- "{{ ansible_domain }}-hosts"
- "{{ datacenter }}-hosts"
- "base"
skip: true
errors: ignore
tags:
- config
- hosts

View file

@ -63,8 +63,8 @@
- koji_builder
- name: add pkgs
dnf: state=present pkg={{ item }}
with_items:
package: state=present pkg={{ packages }}
packages:
- koji-builder
- python2-koji
- python-krbV

View file

@ -44,7 +44,7 @@
- "{{ private }}/files/sudo/{{ inventory_hostname }}-sudoers"
- "{{ private }}/files/sudo/{{ ansible_hostname }}-sudoers"
- "{{ private }}/files/sudo/{{ ansible_domain }}-sudoers"
skip: true
errors: ignore
tags:
- config
- sudo