Skip to content

Commit

Permalink
Merge pull request #66 from jvoss/fix_configuration
Browse files Browse the repository at this point in the history
fix: become non-priv user configuring; fixes #64
  • Loading branch information
jvoss authored Jan 9, 2024
2 parents ded40bc + ceec6d2 commit 9cf3a4c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@
owner: "{{ netbox_user }}"
group: "{{ netbox_group }}"
mode: '0664'
become: yes
become_user: "{{ netbox_user }}"
notify: restart_netbox

- name: configure | write ldap_config.py
Expand All @@ -81,8 +79,6 @@
owner: "{{ netbox_user }}"
group: "{{ netbox_group }}"
mode: '0664'
become: yes
become_user: "{{ netbox_user }}"
notify: restart_netbox
when: netbox_auth_ldap is defined

Expand All @@ -93,8 +89,6 @@
owner: "{{ netbox_user }}"
group: "{{ netbox_group }}"
mode: '0664'
become: yes
become_user: "{{ netbox_user }}"
notify: restart_netbox

- name: configure | configure the housekeeping task
Expand Down

0 comments on commit 9cf3a4c

Please sign in to comment.