Исправлены зависимости.

This commit is contained in:
Vakhtang Gvenetadze
2025-04-24 18:26:06 +03:00
parent 9009cedabe
commit e3df1e4b39
2 changed files with 6 additions and 0 deletions

View File

@ -113,6 +113,7 @@
copy:
src: krb5.conf
dest: "/etc/krb5.conf"
become: yes
# Apply profile
- name: Apply profile
shell: source ~/.profile

View File

@ -5,6 +5,11 @@
name: ssh
state: present
become: true
- name: Create .ssh dir
file:
path: "{{ ansible_env.HOME }}/.ssh"
state: directory
mode: 0700
- name: Copy ssh configuration
copy:
src: users_config