Use FQCN for module names

This commit is contained in:
Timo Makinen 2022-02-03 16:40:16 +00:00
parent be273475c9
commit 8ba9437c89
17 changed files with 52 additions and 52 deletions

View file

@ -1,11 +1,11 @@
---
- name: install packages
package:
ansible.builtin.package:
name: cups-client
state: installed
- name: create config directory
file:
ansible.builtin.file:
path: /etc/cups
state: directory
mode: 0755
@ -13,7 +13,7 @@
group: "{{ ansible_wheel }}"
- name: create config
copy:
ansible.builtin.copy:
dest: /etc/cups/client.conf
content: |
ServerName print.{{ mail_domain }}:443