Fix incorrect name for task

This commit is contained in:
Anthony Rose 2021-03-11 11:33:55 +00:00
parent 45b81e19b2
commit dd7e345c2f

View file

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
- name: Copy MATE Clock reset script - name: Copy GNOME settings reset script
ansible.builtin.copy: ansible.builtin.copy:
src: gnome-setup.sh src: gnome-setup.sh
dest: "{{ ansible_env.HOME }}/bin/reset-gnome-setup" dest: "{{ ansible_env.HOME }}/bin/reset-gnome-setup"