-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d58a06e
commit 9a861a0
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
@@ -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("✔") |