Move ansible_deploy under .config.

This commit is contained in:
Tom Alexander
2022-10-11 21:45:56 -04:00
parent 68a164467d
commit 6eeac615aa
3 changed files with 7 additions and 7 deletions

View File

@@ -24,7 +24,7 @@
owner: "{{ account_name.stdout }}"
group: "{{ group_name.stdout }}"
loop:
- .ansible_deploy
- .config/ansible_deploy
- import_tasks: tasks/peruser_freebsd.yaml
when: 'os_flavor == "freebsd"'