Change names. Add explicit present to sudo group.

This commit is contained in:
Hyperling 2021-02-06 08:16:31 -06:00
parent 8087db0400
commit 16b966b52c
3 changed files with 3 additions and 2 deletions

View File

@ -4,3 +4,4 @@
- name: General | Account Management | Groups | Sudo (Looking at you BSD!) - name: General | Account Management | Groups | Sudo (Looking at you BSD!)
group: group:
name: sudo name: sudo
state: present

View File

@ -2,7 +2,7 @@
# Tasks related to finishing ansible-pull # Tasks related to finishing ansible-pull
# EG: End timer, start conflicting jobs, etc # EG: End timer, start conflicting jobs, etc
- name: General | Finish | Ansible Pull Report | Overwrite File - name: General | Finish | Ansible Pull Report | Finish File
shell: "echo 'FINISH' >> {{ ansible_pull_report }}" shell: "echo 'FINISH' >> {{ ansible_pull_report }}"
- name: General | Finish | Ansible Pull Report | Add Date Entry - name: General | Finish | Ansible Pull Report | Add Date Entry

View File

@ -2,7 +2,7 @@
# Tasks related to starting ansible-pull # Tasks related to starting ansible-pull
# EG: Start timer, kill conflicting jobs, etc # EG: Start timer, kill conflicting jobs, etc
- name: General | Start | Ansible Pull Report | Overwrite File - name: General | Start | Ansible Pull Report | Start File
shell: "echo 'START' > {{ ansible_pull_report }}" shell: "echo 'START' > {{ ansible_pull_report }}"
- name: General | Start | Ansible Pull Report | Make Viewable - name: General | Start | Ansible Pull Report | Make Viewable