summaryrefslogtreecommitdiff
path: root/home/.ansible/roles/new_host/tasks/update_system_files.yml~
diff options
context:
space:
mode:
authorboom2 <blizzack@blizzack.com>2024-01-11 16:19:27 -0500
committerboom2 <blizzack@blizzack.com>2024-01-11 16:19:27 -0500
commit0a7445b021669ed465859f287863c2899e3900a4 (patch)
tree505410c75284155fdecce2daf68457aa77e923ca /home/.ansible/roles/new_host/tasks/update_system_files.yml~
parente546f2ba800a55663ae04f18f8b01e86e1deac90 (diff)
- updated ip address of host
- removed old committed 'backup' files (with '~' appended)
Diffstat (limited to 'home/.ansible/roles/new_host/tasks/update_system_files.yml~')
-rw-r--r--home/.ansible/roles/new_host/tasks/update_system_files.yml~7
1 files changed, 0 insertions, 7 deletions
diff --git a/home/.ansible/roles/new_host/tasks/update_system_files.yml~ b/home/.ansible/roles/new_host/tasks/update_system_files.yml~
deleted file mode 100644
index f5e331b..0000000
--- a/home/.ansible/roles/new_host/tasks/update_system_files.yml~
+++ /dev/null
@@ -1,7 +0,0 @@
----
-- name: copy '.bash_aliases'
- ansible.builtin.copy:
- src: .bash_aliases
- dest: "{{ backup_etc_dir }}/.bash_aliases"
- mode: '0644'
- tags: ['bash_aliases']