@@ -29,14 +29,6 @@
- name: Config bootstrap node
hosts: bootstrap
tasks:
- # Bootstrap ignition file wants to set /home/core/.bash_history and requires a user to exist
- # to set permissions
- - name: FIXME Make sure core user exists
- user:
- name: "{{ item }}"
- with_items:
- - core
- - systemd-journal-gateway
- import_role:
name: openshift_node40
tasks_from: config.yml
@@ -37,6 +37,7 @@
- libsemanage-python
- yum-utils
- "{{ 'python3-docker' if ansible_distribution == 'Fedora' else 'python-docker-py' }}"
+ - systemd-journal-gateway
pkg_list_non_fedora:
- 'python-ipaddress'
pkg_list_use_non_fedora: "{{ ansible_distribution != 'Fedora' | bool }}"