Skip to content

Commit b88ec65

Browse files
anaconda-22-04 minor changes
1 parent d34616e commit b88ec65

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

anaconda-22-04/anaconda.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
ansible.builtin.apt:
99
update_cache: yes
1010

11+
- name: Removing shell files
12+
file:
13+
path: /usr/local/src/anaconda.sh
14+
state: absent
15+
1116
- name: Generating shell user password
1217
shell: openssl rand -hex 24
1318
register: userpassword

0 commit comments

Comments
 (0)