Fix incorrect name for task
This commit is contained in:
parent
45b81e19b2
commit
dd7e345c2f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue