Skip to content

Commit

Permalink
Merge pull request #2 from companieshouse/lock-file-content
Browse files Browse the repository at this point in the history
Update lock file content for consistency with other roles
  • Loading branch information
marcransome committed Mar 4, 2024
2 parents 0eac032 + 4b99206 commit d2f1da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@

- name: Create role lock file
copy:
content: "{{ ansible_date_time.iso8601 }} Provisioned by 'ansible-role-informix-db'\n"
content: "{{ ansible_date_time.iso8601 }} Provisioned by 'ansible-role-informix-db' role\n"
dest: "{{ role_lock_file_path }}"
owner: root
group: root
Expand Down

0 comments on commit d2f1da8

Please sign in to comment.