Skip to content

Commit

Permalink
Update dm.yaml
Browse files Browse the repository at this point in the history
Fix semantic spaces in previous commit
  • Loading branch information
BlacksilverConsulting authored Oct 17, 2023
1 parent c3e0148 commit 86bce78
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,13 +376,13 @@
group: root
state: touch

- name: Emulate a2ps site configuration file
ansible.builtin.file:
src: /etc/enscriptsite.cfg
dest: /etc/a2ps-site.cfg
state: link
owner: root
group: root
- name: Emulate a2ps site configuration file
ansible.builtin.file:
src: /etc/enscriptsite.cfg
dest: /etc/a2ps-site.cfg
state: link
owner: root
group: root

- name: Install our built packages from the overlay
# These packages are needed by the application, but
Expand Down

0 comments on commit 86bce78

Please sign in to comment.