Skip to content

Commit

Permalink
Update "dotfiles.yml".
Browse files Browse the repository at this point in the history
  • Loading branch information
damiendart committed May 12, 2024
1 parent d58a06e commit 9a861a0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions roles/development/tasks/dotfiles.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Installs dotfiles-related stuff.
#
# This file was written by Damien Dart, <[email protected]>. This is
# free and unencumbered software released into the public domain. For
# more information, please refer to the accompanying "UNLICENCE" file.

- name: 'Run dotfiles-related tasks'
- name: 'Run tasks to install and set up dotfiles'
become: true
become_user: '{{ development__user_username }}'
block:
Expand Down Expand Up @@ -38,4 +36,4 @@
- name: 'Ensure the "toolbox" install script runs successfully'
ansible.builtin.command: '/home/{{ development__user_username }}/{{ development__projects_folder }}/toolbox/install'
register: toolbox_install
changed_when: toolbox_install.stdout is search('Created')
changed_when: toolbox_install.stdout is search("✔")

0 comments on commit 9a861a0

Please sign in to comment.