Skip to content

Commit

Permalink
Merge pull request #130 from rancherfederal/typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
mddamato authored Nov 4, 2022
2 parents 1e4b144 + e8fe7a0 commit 8c35695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/rke2_common/tasks/add-registry-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
owner: root
group: root
when: caller_role_name == "server"
notify: restart rke2-server
notify: Restart rke2-server

- name: Add registry configuration file
copy:
Expand All @@ -23,4 +23,4 @@
owner: root
group: root
when: caller_role_name == "agent"
notify: restart rke2-agent
notify: Restart rke2-agent

0 comments on commit 8c35695

Please sign in to comment.