Skip to content

Commit

Permalink
Hotfix for #294
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Nov 3, 2023
1 parent dd3d415 commit d4a672c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@

- name: Set up Artifactory admin account
ansible.builtin.template:
src: bootstrap.creds
dest: "{{ artifactory_home }}/var/etc/access/"
src: bootstrap.creds.j2
dest: "{{ artifactory_home }}/var/etc/access/bootstrap.creds"
owner: "{{ artifactory_user }}"
group: "{{ artifactory_group }}"
mode: 0600
Expand Down Expand Up @@ -234,4 +234,4 @@
delay: 5
when:
- not ansible_check_mode
- artifactory_start_service | bool
- artifactory_start_service | bool

0 comments on commit d4a672c

Please sign in to comment.