Compare commits

..

No commits in common. "7f1d80741c571dd1e5ea9b3867943a120f20f732" and "9e409337fd219890b3c8a12d56d7d98e1108f94d" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View file

@ -16,12 +16,6 @@
register: user_created
notify: print generated password
- name: Ensure 'sudo' package is installed
become: true
ansible.builtin.package:
name: sudo
state: present
- name: enable nopasswd sudo
become: true
lineinfile:

View file

@ -1,4 +1,4 @@
---
fedora_latest: 39
fedora_minimum: 37
fedora_latest: 38
fedora_minimum: 36
fedora_target: "{{ fedora_latest | int }}"