Skip to content

Commit

Permalink
refactor(start.yml): refreshenv comment
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Oct 19, 2023
1 parent 3628f67 commit 3869332
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/playbook/Configuration/atlas/start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ actions:
- !cmd: {command: 'setx PATH "%PATH%;%windir%\AtlasModules;%windir%\AtlasModules\Apps;%windir%\AtlasModules\Other;%windir%\AtlasModules\Tools;%windir%\AtlasModules\Scripts" -m'}
- !cmd: {command: 'setx PSModulePath "%PSModulePath%;%windir%\AtlasModules\Scripts\Modules" -m'}

# Does not supported in AME as of now
# Doesn't refresh the environment variables of TrustedUninstaller
# An alternative should be found, for now, exact paths are used
# - !writeStatus: {status: 'Refreshing variables'}
# - !run: {exeDir: true, exe: 'REFRESHENV.cmd'}

Expand Down

0 comments on commit 3869332

Please sign in to comment.