Skip to content
Snippets Groups Projects
Commit f2fc857f authored by nimrod's avatar nimrod
Browse files

- Replace ansible_distribution_release with ansible_distribution_version...

- Replace ansible_distribution_release with ansible_distribution_version because the facts were reversed prior to Ansible 2.3.0.0 for OpenBSD.
parent e3240875
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
- name: Configure pkg - name: Configure pkg
lineinfile: lineinfile:
dest: /etc/pkg.conf dest: /etc/pkg.conf
line: 'installpath = {{ openbsd_pkg_mirror }}/OpenBSD/{{ ansible_distribution_release }}/packages/{{ ansible_architecture }}/' line: 'installpath = {{ openbsd_pkg_mirror }}/OpenBSD/{{ ansible_distribution_version }}/packages/{{ ansible_architecture }}/'
regexp: '^installpath =' regexp: '^installpath ='
state: present state: present
create: yes create: yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment