Change names. Add explicit present to sudo group.
This commit is contained in:
parent
8087db0400
commit
16b966b52c
@ -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
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user