Skip to content

Commit

Permalink
update NAPALM configuration (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoss authored Apr 6, 2022
1 parent 7c16a1f commit 07f3f5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
owner: "{{ netbox_user }}"
mode: '0644'
create: yes
register: netbox_napalm_step
when: netbox_napalm is defined

- name: configure | generate django secret key
Expand Down
2 changes: 1 addition & 1 deletion tasks/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
become_method: sudo
become_user: "{{ netbox_user }}"
notify: restart_netbox
when: netbox_current_symlink.changed or netbox_auth_ldap_requirements.changed
when: netbox_current_symlink.changed or netbox_auth_ldap_requirements.changed or netbox_napalm_step.changed
tags:
- skip_ansible_lint # task vs handler to trigger at specific point in run

0 comments on commit 07f3f5b

Please sign in to comment.