Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
splunk-james authored Sep 29, 2024
1 parent cfb1a55 commit 1442816
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion terraform/ansible/roles/linux_install_art/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,17 @@
Install-AtomicRedTeam -Force'
register: output_art

- name: create directory for default powershell profile
file:
path: /root/.config/powershell
recurse: yes
state: directory

- name: copy default powershell profile
copy:
src: Microsoft.PowerShell_profile.ps1
dest: /root/.config/powershell/Microsoft.PowerShell_profile.ps1
force: yes

- debug:
var: output_art.stdout_lines
var: output_art.stdout_lines

0 comments on commit 1442816

Please sign in to comment.