Skip to content
Snippets Groups Projects
Commit 9cb106cf authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Remove the pkg install task from the role to move it to a new role.

parent cd88e864
No related branches found
No related tags found
1 merge request!12Install system packages from production.
......@@ -66,10 +66,6 @@
- python3
- centos-release-openstack-rocky
state: present
- name: Install system packages
ansible.builtin.yum:
name: "{{ lookup('file', '{{ pkg_list_file }}').splitlines() }}"
state: present
- name: Update nsswitch.conf to look for ldap
ansible.builtin.replace:
dest: /etc/nsswitch.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment