]> git.phdru.name Git - ansible.git/commitdiff
Feat(update-root): Rename `short_curdir` to `bash_prompt`
authorOleg Broytman <phd@phdru.name>
Fri, 12 Jun 2020 14:43:12 +0000 (17:43 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 12 Jun 2020 14:43:12 +0000 (17:43 +0300)
There are now more than 1 functions there.

playbooks/update-root.yml

index 611fa9318023e376920e860f407c9bc989927085..ac828183f7946e0882f4b2473c738d69f55ad65f 100644 (file)
         group: root
         mode: "0600"
 
-    - name: "Update ~root/admin/prog/short_curdir"
+    - name: "Update ~root/admin/prog/bash_prompt"
       copy:
-        src: ~phd/admin/prog/short_curdir
+        src: ~phd/admin/prog/bash_prompt
         remote_src: yes
-        dest: ~root/admin/prog/short_curdir
+        dest: ~root/admin/prog/bash_prompt
         owner: root
         group: root
         mode: "0600"