Skip to content

Commit

Permalink
motd: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jul 7, 2023
1 parent d46bfea commit 16a6788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/motd/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

- name: Migrate value of motd banner
ansible.builtin.shell: |
jq '.motd.banner_title = "Saltbox"' /opt/motd/config.json|sponge /opt/motd/config.json
jq '.motd.banner_title = "Saltbox"' /opt/motd/config.json | sponge /opt/motd/config.json
when: ('Cloudbox' in motd_banner.stdout)

- name: Config path migration
Expand Down

0 comments on commit 16a6788

Please sign in to comment.